#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#

comment "TC4XX Configuration Options"

menu "TC4XX Peripheral Support"

# These are the peripheral selections proper

config TC4XX_UART0
	bool "TC4XX UART0"
	default y
	select UART0_SERIALDRIVER
	select ARCH_HAVE_SERIAL_TERMIOS

endmenu
