From: Jose Ignacio Tornos Martinez <[email protected]> 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 <[email protected]> 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 _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
