From: Fedora Kernel Team <kernel-t...@fedoraproject.org>

[redhat] New configs in drivers/net/wireless

Hi,

As part of the ongoing rebase effort, the following configuration
options need to be reviewed.

As a reminder, the ARK configuration flow involves moving unreviewed
configuration options from the pending directory to the ark directory.
In the diff below, options are removed from the pending directory and
added to the ark hierarchy. The final options that need to be ACKed
are the files that are being added to the ark hierarchy.

If the value for a file that is added should be changed, please reply
with a better option.

 Symbol: IWLMLD [=n]
 Type  : tristate
 Defined at drivers/net/wireless/intel/iwlwifi/Kconfig:84
   Prompt: Intel Wireless WiFi MLD Firmware support
   Depends on: NETDEVICES [=y] && WLAN [=y] && WLAN_VENDOR_INTEL [=y] && 
IWLWIFI [=m] && MAC80211 [=m] && PTP_1588_CLOCK_OPTIONAL [=y]
   Location:
     -> Device Drivers
       -> Network device support (NETDEVICES [=y])
         -> Wireless LAN (WLAN [=y])
           -> Intel devices (WLAN_VENDOR_INTEL [=y])
             -> Intel Wireless WiFi Next Gen AGN - 
Wireless-N/Advanced-N/Ultimate-N (iwlwifi)  (IWLWIFI [=m])
               -> Intel Wireless WiFi MLD Firmware support (IWLMLD [=n])
 Selects: WANT_DEV_COREDUMP [=y]

 Commit: d1e879ec600f (wifi: iwlwifi: add iwlmld sub-driver)

---

 Symbol: RTW88_8814AE [=n]
 Type  : tristate
 Defined at drivers/net/wireless/realtek/rtw88/Kconfig:228
   Prompt: Realtek 8814AE PCI wireless network adapter
   Depends on: NETDEVICES [=y] && WLAN [=y] && WLAN_VENDOR_REALTEK [=y] && 
RTW88 [=m] && PCI [=y]
   Location:
     -> Device Drivers
       -> Network device support (NETDEVICES [=y])
         -> Wireless LAN (WLAN [=y])
           -> Realtek devices (WLAN_VENDOR_REALTEK [=y])
             -> Realtek 802.11ac wireless chips support (RTW88 [=m])
               -> Realtek 8814AE PCI wireless network adapter (RTW88_8814AE 
[=n])
 Selects: RTW88_CORE [=m] && RTW88_PCI [=m] && RTW88_8814A [=n]

 Commit: deb3ddeb1865 (wifi: rtw88: Enable the new RTL8814AE/RTL8814AU drivers)

---

 Symbol: RTW88_8814AU [=n]
 Type  : tristate
 Defined at drivers/net/wireless/realtek/rtw88/Kconfig:239
   Prompt: Realtek 8814AU USB wireless network adapter
   Depends on: NETDEVICES [=y] && WLAN [=y] && WLAN_VENDOR_REALTEK [=y] && 
RTW88 [=m] && USB [=y]
   Location:
     -> Device Drivers
       -> Network device support (NETDEVICES [=y])
         -> Wireless LAN (WLAN [=y])
           -> Realtek devices (WLAN_VENDOR_REALTEK [=y])
             -> Realtek 802.11ac wireless chips support (RTW88 [=m])
               -> Realtek 8814AU USB wireless network adapter (RTW88_8814AU 
[=n])
 Selects: RTW88_CORE [=m] && RTW88_USB [=m] && RTW88_8814A [=n]

 Commit: deb3ddeb1865 (wifi: rtw88: Enable the new RTL8814AE/RTL8814AU drivers)

---

Signed-off-by: Fedora Kernel Team <kernel-t...@fedoraproject.org>

diff --git a/redhat/configs/pending-rhel/generic/CONFIG_IWLMLD 
b/redhat/configs/pending-rhel/generic/CONFIG_IWLMLD
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_IWLMLD
+++ /dev/null
@@ -1,18 +0,0 @@
-# Symbol: IWLMLD [=n]
-# Type  : tristate
-# Defined at drivers/net/wireless/intel/iwlwifi/Kconfig:84
-#   Prompt: Intel Wireless WiFi MLD Firmware support
-#   Depends on: NETDEVICES [=y] && WLAN [=y] && WLAN_VENDOR_INTEL [=y] && 
IWLWIFI [=m] && MAC80211 [=m] && PTP_1588_CLOCK_OPTIONAL [=y]
-#   Location:
-#     -> Device Drivers
-#       -> Network device support (NETDEVICES [=y])
-#         -> Wireless LAN (WLAN [=y])
-#           -> Intel devices (WLAN_VENDOR_INTEL [=y])
-#             -> Intel Wireless WiFi Next Gen AGN - 
Wireless-N/Advanced-N/Ultimate-N (iwlwifi)  (IWLWIFI [=m])
-#               -> Intel Wireless WiFi MLD Firmware support (IWLMLD [=n])
-# Selects: WANT_DEV_COREDUMP [=y]
-# 
-# 
-# 
-# Commit: d1e879ec600f (wifi: iwlwifi: add iwlmld sub-driver)
-# CONFIG_IWLMLD is not set
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_RTW88_8814AE 
b/redhat/configs/pending-rhel/generic/CONFIG_RTW88_8814AE
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_RTW88_8814AE
+++ /dev/null
@@ -1,18 +0,0 @@
-# Symbol: RTW88_8814AE [=n]
-# Type  : tristate
-# Defined at drivers/net/wireless/realtek/rtw88/Kconfig:228
-#   Prompt: Realtek 8814AE PCI wireless network adapter
-#   Depends on: NETDEVICES [=y] && WLAN [=y] && WLAN_VENDOR_REALTEK [=y] && 
RTW88 [=m] && PCI [=y]
-#   Location:
-#     -> Device Drivers
-#       -> Network device support (NETDEVICES [=y])
-#         -> Wireless LAN (WLAN [=y])
-#           -> Realtek devices (WLAN_VENDOR_REALTEK [=y])
-#             -> Realtek 802.11ac wireless chips support (RTW88 [=m])
-#               -> Realtek 8814AE PCI wireless network adapter (RTW88_8814AE 
[=n])
-# Selects: RTW88_CORE [=m] && RTW88_PCI [=m] && RTW88_8814A [=n]
-# 
-# 
-# 
-# Commit: deb3ddeb1865 (wifi: rtw88: Enable the new RTL8814AE/RTL8814AU 
drivers)
-# CONFIG_RTW88_8814AE is not set
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_RTW88_8814AU 
b/redhat/configs/pending-rhel/generic/CONFIG_RTW88_8814AU
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_RTW88_8814AU
+++ /dev/null
@@ -1,18 +0,0 @@
-# Symbol: RTW88_8814AU [=n]
-# Type  : tristate
-# Defined at drivers/net/wireless/realtek/rtw88/Kconfig:239
-#   Prompt: Realtek 8814AU USB wireless network adapter
-#   Depends on: NETDEVICES [=y] && WLAN [=y] && WLAN_VENDOR_REALTEK [=y] && 
RTW88 [=m] && USB [=y]
-#   Location:
-#     -> Device Drivers
-#       -> Network device support (NETDEVICES [=y])
-#         -> Wireless LAN (WLAN [=y])
-#           -> Realtek devices (WLAN_VENDOR_REALTEK [=y])
-#             -> Realtek 802.11ac wireless chips support (RTW88 [=m])
-#               -> Realtek 8814AU USB wireless network adapter (RTW88_8814AU 
[=n])
-# Selects: RTW88_CORE [=m] && RTW88_USB [=m] && RTW88_8814A [=n]
-# 
-# 
-# 
-# Commit: deb3ddeb1865 (wifi: rtw88: Enable the new RTL8814AE/RTL8814AU 
drivers)
-# CONFIG_RTW88_8814AU is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_IWLMLD 
b/redhat/configs/rhel/generic/CONFIG_IWLMLD
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_IWLMLD
@@ -0,0 +1 @@
+# CONFIG_IWLMLD is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_RTW88_8814AE 
b/redhat/configs/rhel/generic/CONFIG_RTW88_8814AE
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_RTW88_8814AE
@@ -0,0 +1 @@
+# CONFIG_RTW88_8814AE is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_RTW88_8814AU 
b/redhat/configs/rhel/generic/CONFIG_RTW88_8814AU
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_RTW88_8814AU
@@ -0,0 +1 @@
+# CONFIG_RTW88_8814AU is not set

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3768

-- 
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to