Files
luban-lite-t3e-pro/bsp/peripheral/Kconfig

30 lines
672 B
Plaintext
Raw Normal View History

2023-08-30 16:21:18 +08:00
source "bsp/peripheral/spinand/Kconfig"
source "bsp/peripheral/spinor_sfud/Kconfig"
2023-11-30 19:48:02 +08:00
source "bsp/peripheral/nftl/Kconfig"
2023-08-30 16:21:18 +08:00
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
#--------------------------------------------
# Audio Codec driver option
#--------------------------------------------
menu "External Audio Codec Support"
source "bsp/peripheral/codec/Kconfig"
endmenu