On Wed, 2020-09-30 at 13:46 +0000, GitLab Bridge on behalf of jmflinuxtx wrote: > From: "Justin M. Forbes" <jforbes@xxxxxxxxxxxxxxxxx> > > 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_MT7663U: > > This adds support for MT7663U 802.11ax 2x2:2 wireless devices. > > To compile this driver as a module, choose M here. > > Symbol: MT7663U [=n] > Type : tristate > Defined at drivers/net/wireless/mediatek/mt76/mt7615/Kconfig:31 > Prompt: MediaTek MT7663U (USB) support > Depends on: NETDEVICES [=y] && WLAN [=y] && WLAN_VENDOR_MEDIATEK > [=y] && MAC80211 [=m] && USB [=y] > Location: > -> Device Drivers > -> Network device support (NETDEVICES [=y]) > -> Wireless LAN (WLAN [=y]) > -> MediaTek devices (WLAN_VENDOR_MEDIATEK [=y]) > Selects: MT76_USB [=m] && MT7615_COMMON [=n] > > Cc: Jarod Wilson <jarod@xxxxxxxxxx> > Cc: John Linville <linville@xxxxxxxxxx> > --- > redhat/configs/common/generic/CONFIG_MT7663U | 1 + > redhat/configs/common/generic/CONFIG_MT7915E | 1 + > .../common/generic/CONFIG_RTW88_8723DE | 1 + > .../pending-common/generic/CONFIG_MT7663U | 21 ---------------- > .../pending-common/generic/CONFIG_MT7915E | 24 --------------- > ---- > .../generic/CONFIG_RTW88_8723DE | 22 ----------------- > 6 files changed, 3 insertions(+), 67 deletions(-) > create mode 100644 redhat/configs/common/generic/CONFIG_MT7663U > create mode 100644 redhat/configs/common/generic/CONFIG_MT7915E > create mode 100644 redhat/configs/common/generic/CONFIG_RTW88_8723DE > delete mode 100644 redhat/configs/pending- > common/generic/CONFIG_MT7663U > delete mode 100644 redhat/configs/pending- > common/generic/CONFIG_MT7915E > delete mode 100644 redhat/configs/pending- > common/generic/CONFIG_RTW88_8723DE > > diff --git a/redhat/configs/common/generic/CONFIG_MT7663U > b/redhat/configs/common/generic/CONFIG_MT7663U > new file mode 100644 > index 000000000000..c4efff0c4a21 > --- /dev/null > +++ b/redhat/configs/common/generic/CONFIG_MT7663U > @@ -0,0 +1 @@ > +# CONFIG_MT7663U is not set > diff --git a/redhat/configs/common/generic/CONFIG_MT7915E > b/redhat/configs/common/generic/CONFIG_MT7915E > new file mode 100644 > index 000000000000..3ad870e9f43b > --- /dev/null > +++ b/redhat/configs/common/generic/CONFIG_MT7915E > @@ -0,0 +1 @@ > +# CONFIG_MT7915E is not set > diff --git a/redhat/configs/common/generic/CONFIG_RTW88_8723DE > b/redhat/configs/common/generic/CONFIG_RTW88_8723DE > new file mode 100644 > index 000000000000..78ccc3dc8d89 > --- /dev/null > +++ b/redhat/configs/common/generic/CONFIG_RTW88_8723DE > @@ -0,0 +1 @@ > +# CONFIG_RTW88_8723DE is not set > diff --git a/redhat/configs/pending-common/generic/CONFIG_MT7663U > b/redhat/configs/pending-common/generic/CONFIG_MT7663U > deleted file mode 100644 > index 476cbde00f23..000000000000 > --- a/redhat/configs/pending-common/generic/CONFIG_MT7663U > +++ /dev/null > @@ -1,21 +0,0 @@ > -# CONFIG_MT7663U: > -# > -# This adds support for MT7663U 802.11ax 2x2:2 wireless devices. > -# > -# To compile this driver as a module, choose M here. > -# > -# Symbol: MT7663U [=n] > -# Type : tristate > -# Defined at drivers/net/wireless/mediatek/mt76/mt7615/Kconfig:31 > -# Prompt: MediaTek MT7663U (USB) support > -# Depends on: NETDEVICES [=y] && WLAN [=y] && WLAN_VENDOR_MEDIATEK > [=y] && MAC80211 [=m] && USB [=y] > -# Location: > -# -> Device Drivers > -# -> Network device support (NETDEVICES [=y]) > -# -> Wireless LAN (WLAN [=y]) > -# -> MediaTek devices (WLAN_VENDOR_MEDIATEK [=y]) > -# Selects: MT76_USB [=m] && MT7615_COMMON [=n] > -# > -# > -# > -# CONFIG_MT7663U is not set > diff --git a/redhat/configs/pending-common/generic/CONFIG_MT7915E > b/redhat/configs/pending-common/generic/CONFIG_MT7915E > deleted file mode 100644 > index 3caf2fc5ee12..000000000000 > --- a/redhat/configs/pending-common/generic/CONFIG_MT7915E > +++ /dev/null > @@ -1,24 +0,0 @@ > -# CONFIG_MT7915E: > -# > -# This adds support for MT7915-based wireless PCIe devices, > -# which support concurrent dual-band operation at both 5GHz > -# and 2.4GHz IEEE 802.11ax 4x4:4SS 1024-QAM, 160MHz channels, > -# OFDMA, spatial reuse and dual carrier modulation. > -# > -# To compile this driver as a module, choose M here. > -# > -# Symbol: MT7915E [=n] > -# Type : tristate > -# Defined at drivers/net/wireless/mediatek/mt76/mt7915/Kconfig:2 > -# Prompt: MediaTek MT7915E (PCIe) support > -# Depends on: NETDEVICES [=y] && WLAN [=y] && WLAN_VENDOR_MEDIATEK > [=y] && MAC80211 [=m] && PCI [=y] > -# Location: > -# -> Device Drivers > -# -> Network device support (NETDEVICES [=y]) > -# -> Wireless LAN (WLAN [=y]) > -# -> MediaTek devices (WLAN_VENDOR_MEDIATEK [=y]) > -# Selects: MT76_CORE [=m] > -# > -# > -# > -# CONFIG_MT7915E is not set > diff --git a/redhat/configs/pending- > common/generic/CONFIG_RTW88_8723DE b/redhat/configs/pending- > common/generic/CONFIG_RTW88_8723DE > deleted file mode 100644 > index 40cda55d25d7..000000000000 > --- a/redhat/configs/pending-common/generic/CONFIG_RTW88_8723DE > +++ /dev/null > @@ -1,22 +0,0 @@ > -# CONFIG_RTW88_8723DE: > -# > -# Select this option will enable support for 8723DE chipset > -# > -# 802.11n PCIe wireless network adapter > -# > -# Symbol: RTW88_8723DE [=n] > -# Type : tristate > -# Defined at drivers/net/wireless/realtek/rtw88/Kconfig:50 > -# Prompt: Realtek 8723DE 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_8723D [=n] > -# > -# > -# > -# CONFIG_RTW88_8723DE is not set Acked-by: John W. Linville <linville@xxxxxxxxxx> -- John W. Linville “The tester is therefore both an adversary... linville@xxxxxxxxxx and an assistant...” ― Fred Brooks _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx 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@xxxxxxxxxxxxxxxxxxxxxxx