1 ## SPDX-License-Identifier: GPL-2.0-only
3 config SOC_AMD_COMMON_BLOCK_UART
6 Select this option to add the common functions for setting up the
7 UART configuration to the build.
9 if SOC_AMD_COMMON_BLOCK_UART
11 config 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
17 endif # SOC_AMD_COMMON_BLOCK_UART