From: Jose Ignacio Tornos Martinez jtornosm@redhat.com
redhat: Enable WWAN feature and support for Intel, Qualcomm and Mediatek devices
Add configs to enable WWAN feature and support for Intel, Qualcomm and Mediatek devices.
Besides, WWAN hwsim feature has been added because it is very helpful for testing purposes. As the use will not be habitual, it is added to extra.
Signed-off-by: Jose Ignacio Tornos Martinez jtornosm@redhat.com
diff --git a/redhat/configs/ark/generic/CONFIG_MTK_T7XX b/redhat/configs/ark/generic/CONFIG_MTK_T7XX deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/ark/generic/CONFIG_MTK_T7XX +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_MTK_T7XX is not set diff --git a/redhat/configs/common/generic/CONFIG_IOSM b/redhat/configs/common/generic/CONFIG_IOSM index blahblah..blahblah 100644 --- a/redhat/configs/common/generic/CONFIG_IOSM +++ b/redhat/configs/common/generic/CONFIG_IOSM @@ -1 +1 @@ -# CONFIG_IOSM is not set +CONFIG_IOSM=m diff --git a/redhat/configs/common/generic/CONFIG_MHI_WWAN_MBIM b/redhat/configs/common/generic/CONFIG_MHI_WWAN_MBIM index blahblah..blahblah 100644 --- a/redhat/configs/common/generic/CONFIG_MHI_WWAN_MBIM +++ b/redhat/configs/common/generic/CONFIG_MHI_WWAN_MBIM @@ -1 +1 @@ -# CONFIG_MHI_WWAN_MBIM is not set +CONFIG_MHI_WWAN_MBIM=m diff --git a/redhat/configs/fedora/generic/CONFIG_MTK_T7XX b/redhat/configs/common/generic/CONFIG_MTK_T7XX rename from redhat/configs/fedora/generic/CONFIG_MTK_T7XX rename to redhat/configs/common/generic/CONFIG_MTK_T7XX index blahblah..blahblah 100644 --- a/redhat/configs/fedora/generic/CONFIG_MTK_T7XX +++ b/redhat/configs/common/generic/CONFIG_MTK_T7XX diff --git a/redhat/configs/common/generic/CONFIG_WWAN_HWSIM b/redhat/configs/common/generic/CONFIG_WWAN_HWSIM index blahblah..blahblah 100644 --- a/redhat/configs/common/generic/CONFIG_WWAN_HWSIM +++ b/redhat/configs/common/generic/CONFIG_WWAN_HWSIM @@ -1 +1 @@ -# CONFIG_WWAN_HWSIM is not set +CONFIG_WWAN_HWSIM=m diff --git a/redhat/configs/fedora/generic/CONFIG_MHI_WWAN_MBIM b/redhat/configs/fedora/generic/CONFIG_MHI_WWAN_MBIM deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/fedora/generic/CONFIG_MHI_WWAN_MBIM +++ /dev/null @@ -1 +0,0 @@ -CONFIG_MHI_WWAN_MBIM=m diff --git a/redhat/configs/fedora/generic/CONFIG_WWAN_HWSIM b/redhat/configs/fedora/generic/CONFIG_WWAN_HWSIM deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/fedora/generic/CONFIG_WWAN_HWSIM +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_WWAN_HWSIM is not set diff --git a/redhat/configs/fedora/generic/x86/CONFIG_IOSM b/redhat/configs/fedora/generic/x86/CONFIG_IOSM deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/fedora/generic/x86/CONFIG_IOSM +++ /dev/null @@ -1 +0,0 @@ -CONFIG_IOSM=m diff --git a/redhat/fedora_files/mod-extra.list.fedora b/redhat/fedora_files/mod-extra.list.fedora index blahblah..blahblah 100644 --- a/redhat/fedora_files/mod-extra.list.fedora +++ b/redhat/fedora_files/mod-extra.list.fedora @@ -191,5 +191,6 @@ wanrouter.ko warrior.ko whci.ko wire.ko +wwan_hwsim.ko yam.ko zhenhua.ko diff --git a/redhat/rhel_files/mod-extra.list.rhel b/redhat/rhel_files/mod-extra.list.rhel index blahblah..blahblah 100644 --- a/redhat/rhel_files/mod-extra.list.rhel +++ b/redhat/rhel_files/mod-extra.list.rhel @@ -188,5 +188,6 @@ wanrouter.ko warrior.ko whci.ko wire.ko +wwan_hwsim.ko yam.ko zhenhua.ko
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2133
From: pbrobinson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2133#note_1163205...
LGTM
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2133#note_1163618...
@jtornosm Just FYI, since your fork is private the MR cannot run the expected testing pipeline. I can trigger it manually but if you allow your fork to be public then it will happen automatically.
From: José Ignacio Tornos Martínez on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2133#note_1163639...
Done, I did not know, thanks!
kernel@lists.fedoraproject.org