From 6526c479307dd75f2b25630dccb0fd94ba6f81c0 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 5 Mar 2014 12:16:02 -0600 Subject: [PATCH] configs/ntosd-dm320/nettest: Configuration converted to use the kconfig-frontends tools --- arch/arm/src/dm320/Kconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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