2015-11-18 16:23:52 +08:00
|
|
|
config WLAN_VENDOR_MEDIATEK
|
|
|
|
bool "MediaTek devices"
|
|
|
|
default y
|
2015-05-26 17:16:00 +08:00
|
|
|
---help---
|
2015-11-18 16:23:52 +08:00
|
|
|
If you have a wireless card belonging to this class, say Y.
|
2015-05-26 17:16:00 +08:00
|
|
|
|
2015-11-18 16:23:52 +08:00
|
|
|
Note that the answer to this question doesn't directly affect the
|
2018-03-03 10:03:30 +08:00
|
|
|
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
|
2015-11-18 16:23:52 +08:00
|
|
|
your specific card in the following questions.
|
2015-05-26 17:16:00 +08:00
|
|
|
|
2015-11-18 16:23:52 +08:00
|
|
|
if WLAN_VENDOR_MEDIATEK
|
2015-05-26 17:16:00 +08:00
|
|
|
source "drivers/net/wireless/mediatek/mt7601u/Kconfig"
|
2017-11-21 17:50:53 +08:00
|
|
|
source "drivers/net/wireless/mediatek/mt76/Kconfig"
|
2015-11-18 16:23:52 +08:00
|
|
|
endif # WLAN_VENDOR_MEDIATEK
|