mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-24 13:08:55 +00:00
21 lines
431 B
Plaintext
21 lines
431 B
Plaintext
|
|
source "bsp/peripheral/spinand/Kconfig"
|
|
source "bsp/peripheral/spinor_sfud/Kconfig"
|
|
|
|
config AIC_WIRELESS_LAN
|
|
bool "Wireless Lan"
|
|
default n
|
|
|
|
if AIC_WIRELESS_LAN
|
|
source "bsp/peripheral/wireless/Kconfig"
|
|
endif
|
|
|
|
|
|
#--------------------------------------------
|
|
# touch panel driver global option
|
|
#--------------------------------------------
|
|
|
|
menu "Touch Panel Support"
|
|
source "bsp/peripheral/touch/gt911/Kconfig"
|
|
endmenu
|