diff --git a/arch/arm/src/dm320/Kconfig b/arch/arm/src/dm320/Kconfig index 0255c5ff1be..ee97de57af2 100644 --- a/arch/arm/src/dm320/Kconfig +++ b/arch/arm/src/dm320/Kconfig @@ -3,4 +3,20 @@ # see misc/tools/kconfig-language.txt. # +if ARCH_CHIP_DM320 comment "DM320 Configuration Options" + +menu "DM320 Peripheral Selections" + +config DM320_UART0 + bool + default y + select ARCH_HAVE_UART0 + +config DM320_UART1 + bool + default y + select ARCH_HAVE_UART1 + +endmenu # DM320 Peripheral Selections +endif # ARCH_CHIP_DM320