Files
luban-lite/bsp/peripheral/Kconfig
刘可亮 564e22b32f v0.7.5
2023-08-28 09:48:01 +08:00

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