#
# 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 "UART0"
	default y
	select ARCH_HAVE_UART0

config Z16F_UART1
	bool "UART1"
	default y
	select ARCH_HAVE_UART1

endif
