rt-thread-official/bsp/nxp/lpc/lpc54608-LPCXpresso/drivers/Kconfig

40 lines
636 B
Plaintext

menu "Hardware Drivers Config"
config SOC_LPC54608
bool
select SOC_LPC54608_SERIES
select RT_USING_COMPONENTS_INIT
select RT_USING_USER_MAIN
default y
menu "On-chip Peripheral Drivers"
config BSP_USING_PIN
bool "Enable GPIO"
select RT_USING_PIN
default y
config BSP_USING_UART0
bool "Enable UART0"
default y
config BSP_DRV_SDCARD
bool "Enable SD Card"
default y
config BSP_DRV_SDRAM
bool "Enable SDRAM"
default y
endmenu
menu "Onboard Peripheral Drivers"
endmenu
menu "Board extended module Drivers"
endmenu
endmenu