1menu "Hardware Drivers Config"
2
3config SOC_LPC178X
4    bool
5    select SOC_LPC178X_SERIES
6    select RT_USING_COMPONENTS_INIT
7    select RT_USING_USER_MAIN
8    default y
9
10menu "On-chip Peripheral Drivers"
11
12    config BSP_USING_UART0
13        bool "Enable UART0"
14        default y
15
16endmenu
17
18menu "Onboard Peripheral Drivers"
19
20endmenu
21
22menu "Board extended module Drivers"
23
24endmenu
25
26endmenu