summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/dm320/Kconfig
blob: ee97de57af215e0a119e24443f1fab4b1ace0bc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# For a description of the syntax of this configuration file,
# 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