mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
32 lines
768 B
Plaintext
32 lines
768 B
Plaintext
menu "MT_WIFI Configuration"
|
|
depends on PACKAGE_mt_wifi
|
|
|
|
config MTK_CHIP_MT7603E_MT7612E
|
|
bool "MTK_CHIP_MT7603E_MT7612E"
|
|
default y if PACKAGE_kmod-mt7603e && PACKAGE_kmod-mt76x2e
|
|
default n
|
|
|
|
config MTK_CHIP_MT7603E_MT7615E
|
|
bool "MTK_CHIP_MT7603E_MT7615E"
|
|
default y if PACKAGE_kmod-mt7603e && PACKAGE_kmod-mt7615d
|
|
default n
|
|
|
|
config MTK_CHIP_MT7615E
|
|
bool "MTK_CHIP_MT7615E"
|
|
default y if PACKAGE_kmod-mt7615d && !PACKAGE_kmod-mt7603e
|
|
default n
|
|
|
|
config MTK_CHIP_MT7615E_DBDC
|
|
bool "MTK_CHIP_MT7615E_DBDC"
|
|
depends on MTK_CHIP_MT7615E
|
|
default y if TARGET_ramips_mt7621_DEVICE_jcg_y2
|
|
default y if TARGET_ramips_mt7621_DEVICE_phicomm_k2p
|
|
default n
|
|
|
|
config MTK_CHIP_MT7915E_DBDC
|
|
bool "MTK_CHIP_MT7915E_DBDC"
|
|
default y if PACKAGE_kmod-mt7915d
|
|
default n
|
|
|
|
endmenu
|