Files
luban-lite/bsp/peripheral/Kconfig

24 lines
667 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
#--------------------------------------------
# touch panel driver global option
#--------------------------------------------
menu "Touch Panel Support"
source "bsp/peripheral/touch/gt911/Kconfig"
2024-01-27 08:47:24 +08:00
source "bsp/peripheral/touch/ft7411/Kconfig"
source "bsp/peripheral/touch/gsl1680/Kconfig"
source "bsp/peripheral/touch/rtp/Kconfig"
2023-08-30 16:21:18 +08:00
endmenu
#--------------------------------------------
# Audio Codec driver option
#--------------------------------------------
menu "External Audio Codec Support"
source "bsp/peripheral/codec/Kconfig"
endmenu