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

if ARCH_CHIP_A64

menu "Allwinner A64 Peripheral Selection"
config A64_UART
	bool "UART"
	default n
	select UART1_SERIALDRIVER
endmenu # Allwinner A64 Peripheral Selection

endif # ARCH_CHIP_A64
