1## SPDX-License-Identifier: GPL-2.0-only 2 3config SOC_AMD_COMMON_BLOCK_UART 4 bool 5 help 6 Select this option to add the common functions for setting up the 7 UART configuration to the build. 8 9if SOC_AMD_COMMON_BLOCK_UART 10 11config AMD_SOC_CONSOLE_UART 12 bool "Use integrated AMD SoC UART controller for console" 13 select DRIVERS_UART_8250MEM_32 14 select NO_UART_ON_SUPERIO 15 select UART_OVERRIDE_REFCLK 16 17endif # SOC_AMD_COMMON_BLOCK_UART 18