Files
luban-lite/bsp/peripheral/Kconfig
刘可亮 0a13af6a1d V1.0.5
2024-06-04 19:00:30 +08:00

26 lines
759 B
Plaintext

source "bsp/peripheral/spinand/Kconfig"
source "bsp/peripheral/spinor_sfud/Kconfig"
source "bsp/peripheral/nftl/Kconfig"
#--------------------------------------------
# touch panel driver global option
#--------------------------------------------
menu "Touch Panel Support"
source "bsp/peripheral/touch/gt911/Kconfig"
source "bsp/peripheral/touch/ft7411/Kconfig"
source "bsp/peripheral/touch/gsl1680/Kconfig"
source "bsp/peripheral/touch/rtp/Kconfig"
source "bsp/peripheral/touch/st16xx/Kconfig"
source "bsp/peripheral/touch/axs15260/Kconfig"
endmenu
#--------------------------------------------
# Audio Codec driver option
#--------------------------------------------
menu "External Audio Codec Support"
source "bsp/peripheral/codec/Kconfig"
endmenu