From: Fedora Kernel Team <[email protected]>
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.
CONFIG_MT7663S:
This adds support for MT7663S 802.11ac 2x2:2 wireless devices.
To compile this driver as a module, choose M here.
Symbol: MT7663S [=n]
Type : tristate
Defined at drivers/net/wireless/mediatek/mt76/mt7615/Kconfig:46
Prompt: MediaTek MT7663S (SDIO) support
Depends on: NETDEVICES [=y] && WLAN [=y] && WLAN_VENDOR_MEDIATEK [=y] &&
MAC80211 [=m] && MMC [=m]
Location:
-> Device Drivers
-> Network device support (NETDEVICES [=y])
-> Wireless LAN (WLAN [=y])
-> MediaTek devices (WLAN_VENDOR_MEDIATEK [=y])
Selects: MT76_SDIO [=n] && MT7663_USB_SDIO_COMMON [=n]
---
CONFIG_RTW88_8821CE:
Select this option will enable support for 8821CE chipset
802.11ac PCIe wireless network adapter
Symbol: RTW88_8821CE [=n]
Type : tristate
Defined at drivers/net/wireless/realtek/rtw88/Kconfig:64
Prompt: Realtek 8821CE 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])
Selects: RTW88_CORE [=m] && RTW88_PCI [=m] && RTW88_8821C [=n]
---
CONFIG_WLAN_VENDOR_MICROCHIP:
If you have a wireless card belonging to this class, say Y.
Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all the
questions about these cards. If you say Y, you will be asked for
your specific card in the following questions.
Symbol: WLAN_VENDOR_MICROCHIP [=y]
Type : bool
Defined at drivers/net/wireless/microchip/Kconfig:2
Prompt: Microchip devices
Depends on: NETDEVICES [=y] && WLAN [=y]
Location:
-> Device Drivers
-> Network device support (NETDEVICES [=y])
-> Wireless LAN (WLAN [=y])
---
Cc: Jarod Wilson <[email protected]>
Cc: John Linville <[email protected]>
Signed-off-by: Fedora Kernel Team <[email protected]>
---
redhat/configs/common/generic/CONFIG_MT7663S | 1 +
.../common/generic/CONFIG_RTW88_8821CE | 1 +
.../generic/CONFIG_WLAN_VENDOR_MICROCHIP | 1 +
.../pending-common/generic/CONFIG_MT7663S | 21 ------------------
.../generic/CONFIG_RTW88_8821CE | 22 -------------------
.../generic/CONFIG_WLAN_VENDOR_MICROCHIP | 22 -------------------
6 files changed, 3 insertions(+), 65 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_MT7663S
create mode 100644 redhat/configs/common/generic/CONFIG_RTW88_8821CE
create mode 100644 redhat/configs/common/generic/CONFIG_WLAN_VENDOR_MICROCHIP
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_MT7663S
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_RTW88_8821CE
delete mode 100644
redhat/configs/pending-common/generic/CONFIG_WLAN_VENDOR_MICROCHIP
diff --git a/redhat/configs/common/generic/CONFIG_MT7663S
b/redhat/configs/common/generic/CONFIG_MT7663S
new file mode 100644
index 000000000000..0597f0e96baa
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_MT7663S
@@ -0,0 +1 @@
+# CONFIG_MT7663S is not set
diff --git a/redhat/configs/common/generic/CONFIG_RTW88_8821CE
b/redhat/configs/common/generic/CONFIG_RTW88_8821CE
new file mode 100644
index 000000000000..1f652b03a1e1
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_RTW88_8821CE
@@ -0,0 +1 @@
+# CONFIG_RTW88_8821CE is not set
diff --git a/redhat/configs/common/generic/CONFIG_WLAN_VENDOR_MICROCHIP
b/redhat/configs/common/generic/CONFIG_WLAN_VENDOR_MICROCHIP
new file mode 100644
index 000000000000..48f5fabaecfb
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_WLAN_VENDOR_MICROCHIP
@@ -0,0 +1 @@
+CONFIG_WLAN_VENDOR_MICROCHIP=y
diff --git a/redhat/configs/pending-common/generic/CONFIG_MT7663S
b/redhat/configs/pending-common/generic/CONFIG_MT7663S
deleted file mode 100644
index 5d3e88f699f8..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_MT7663S
+++ /dev/null
@@ -1,21 +0,0 @@
-# CONFIG_MT7663S:
-#
-# This adds support for MT7663S 802.11ac 2x2:2 wireless devices.
-#
-# To compile this driver as a module, choose M here.
-#
-# Symbol: MT7663S [=n]
-# Type : tristate
-# Defined at drivers/net/wireless/mediatek/mt76/mt7615/Kconfig:46
-# Prompt: MediaTek MT7663S (SDIO) support
-# Depends on: NETDEVICES [=y] && WLAN [=y] && WLAN_VENDOR_MEDIATEK [=y] &&
MAC80211 [=m] && MMC [=m]
-# Location:
-# -> Device Drivers
-# -> Network device support (NETDEVICES [=y])
-# -> Wireless LAN (WLAN [=y])
-# -> MediaTek devices (WLAN_VENDOR_MEDIATEK [=y])
-# Selects: MT76_SDIO [=n] && MT7663_USB_SDIO_COMMON [=n]
-#
-#
-#
-# CONFIG_MT7663S is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_RTW88_8821CE
b/redhat/configs/pending-common/generic/CONFIG_RTW88_8821CE
deleted file mode 100644
index 8ed6ad01f9cd..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_RTW88_8821CE
+++ /dev/null
@@ -1,22 +0,0 @@
-# CONFIG_RTW88_8821CE:
-#
-# Select this option will enable support for 8821CE chipset
-#
-# 802.11ac PCIe wireless network adapter
-#
-# Symbol: RTW88_8821CE [=n]
-# Type : tristate
-# Defined at drivers/net/wireless/realtek/rtw88/Kconfig:64
-# Prompt: Realtek 8821CE 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])
-# Selects: RTW88_CORE [=m] && RTW88_PCI [=m] && RTW88_8821C [=n]
-#
-#
-#
-# CONFIG_RTW88_8821CE is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_WLAN_VENDOR_MICROCHIP
b/redhat/configs/pending-common/generic/CONFIG_WLAN_VENDOR_MICROCHIP
deleted file mode 100644
index 7fde12ef25dc..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_WLAN_VENDOR_MICROCHIP
+++ /dev/null
@@ -1,22 +0,0 @@
-# CONFIG_WLAN_VENDOR_MICROCHIP:
-#
-# If you have a wireless card belonging to this class, say Y.
-#
-# Note that the answer to this question doesn't directly affect the
-# kernel: saying N will just cause the configurator to skip all the
-# questions about these cards. If you say Y, you will be asked for
-# your specific card in the following questions.
-#
-# Symbol: WLAN_VENDOR_MICROCHIP [=y]
-# Type : bool
-# Defined at drivers/net/wireless/microchip/Kconfig:2
-# Prompt: Microchip devices
-# Depends on: NETDEVICES [=y] && WLAN [=y]
-# Location:
-# -> Device Drivers
-# -> Network device support (NETDEVICES [=y])
-# -> Wireless LAN (WLAN [=y])
-#
-#
-#
-CONFIG_WLAN_VENDOR_MICROCHIP=y
--
GitLab
_______________________________________________
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]