rt-thread/bsp/nrf5x/nrf52832/board/Kconfig

23 lines
347 B
Plaintext
Raw Normal View History

2020-04-14 22:17:27 +08:00
menu "Hardware Drivers Config"
config SOC_NRF52832
bool
select RT_USING_COMPONENTS_INIT
# select RT_USING_USER_MAIN
default y
menu "Onboard Peripheral Drivers"
endmenu
menu "On-chip Peripheral Drivers"
menuconfig BSP_USING_UART
bool "Enable UART"
default y
select RT_USING_SERIAL
endmenu
endmenu