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

if ARCH_CHIP_EZ80

config EZ80_UART0
	bool "UART0"
	select ARCH_HAVE_UART0
	default n

config EZ80_UART1
	bool "UART1"
	select ARCH_HAVE_UART1
	default n

config EZ80_UART2
	bool "UART2"
	select ARCH_HAVE_UART2
	default n

endif