configs/ntosd-dm320/nettest: Configuration converted to use the kconfig-frontends tools

This commit is contained in:
Gregory Nutt
2014-03-05 12:16:02 -06:00
parent 64e5dbc534
commit 6526c47930
+16
View File
@@ -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