mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
configs/ntosd-dm320/nettest: Configuration converted to use the kconfig-frontends tools
This commit is contained in:
@@ -3,4 +3,20 @@
|
|||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if ARCH_CHIP_DM320
|
||||||
comment "DM320 Configuration Options"
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user