rt-thread/bsp/nxp/lpc/lpc178x/drivers/Kconfig

26 lines
387 B
Plaintext

menu "Hardware Drivers Config"
config SOC_LPC178X
bool
select SOC_LPC178X_SERIES
select RT_USING_COMPONENTS_INIT
select RT_USING_USER_MAIN
default y
menu "On-chip Peripheral Drivers"
config BSP_USING_UART0
bool "Enable UART0"
default y
endmenu
menu "Onboard Peripheral Drivers"
endmenu
menu "Board extended module Drivers"
endmenu
endmenu