summaryrefslogblamecommitdiff
path: root/nuttx/arch/z80/src/z8/Kconfig
blob: 2bf89905efa8fd29c7a2c2e7bd16e4564fae4182 (plain) (tree)
1
2
3
4
5
6





                                                             












                              
     
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

if ARCH_CHIP_Z8

# UART0/1 always enabled

config Z8_UART0
	bool
	default y
	select ARCH_HAVE_UART0

config Z8_UART1
	bool
	default y
	select ARCH_HAVE_UART1

endif