summaryrefslogtreecommitdiff
path: root/nuttx/arch/z16/src/z16f/Kconfig
blob: 5efc061a5edfc48f60792db0b8f9578a7e68374b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

if ARCH_CHIP_Z16F
comment "Z16F Configuration Options"

# UART0/1 always enabled

config Z16F_UART0
	bool
	default y
	select ARCH_HAVE_UART0

config Z16F_UART1
	bool
	default y
	select ARCH_HAVE_UART1

endif