2020-07-06 12:26:10 +08:00
|
|
|
menu "MT_WIFI Configuration"
|
|
|
|
|
depends on PACKAGE_mt_wifi
|
2020-06-25 18:35:11 +08:00
|
|
|
|
2020-07-06 12:26:10 +08:00
|
|
|
config MTK_CHIP_MT7603E_MT7612E
|
|
|
|
|
bool "MTK_CHIP_MT7603E_MT7612E"
|
|
|
|
|
default y if PACKAGE_kmod-mt7603e && PACKAGE_kmod-mt76x2e
|
2020-06-25 18:35:11 +08:00
|
|
|
default n
|
|
|
|
|
|
2020-07-06 12:26:10 +08:00
|
|
|
config MTK_CHIP_MT7603E_MT7615E
|
|
|
|
|
bool "MTK_CHIP_MT7603E_MT7615E"
|
|
|
|
|
default y if PACKAGE_kmod-mt7603e && PACKAGE_kmod-mt7615d
|
2020-06-25 18:35:11 +08:00
|
|
|
default n
|
|
|
|
|
|
2020-07-06 12:26:10 +08:00
|
|
|
config MTK_CHIP_MT7615E
|
|
|
|
|
bool "MTK_CHIP_MT7615E"
|
|
|
|
|
default y if PACKAGE_kmod-mt7615d && !PACKAGE_kmod-mt7603e
|
2020-06-25 18:35:11 +08:00
|
|
|
default n
|
|
|
|
|
|
2020-07-06 12:26:10 +08:00
|
|
|
config MTK_CHIP_MT7615E_DBDC
|
|
|
|
|
bool "MTK_CHIP_MT7615E_DBDC"
|
2020-06-25 18:35:11 +08:00
|
|
|
depends on MTK_CHIP_MT7615E
|
2020-07-06 12:26:10 +08:00
|
|
|
default y if TARGET_ramips_mt7621_DEVICE_phicomm_k2p
|
2020-06-25 18:35:11 +08:00
|
|
|
default n
|
|
|
|
|
|
|
|
|
|
endmenu
|