aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/uart/Kconfig
blob: c117dccc1a6314db1fc781db0cde60ebb00f3e23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
config SOC_AMD_COMMON_BLOCK_UART
	bool
	default n
	help
	  Select this option to add the common functions for setting up the
	  UART configuration to the build.

if SOC_AMD_COMMON_BLOCK_UART

config AMD_SOC_CONSOLE_UART
	bool "Use integrated AMD SoC UART controller for console"
	default n
	select DRIVERS_UART_8250MEM
	select DRIVERS_UART_8250MEM_32
	select NO_UART_ON_SUPERIO
	select UART_OVERRIDE_REFCLK

endif # SOC_AMD_COMMON_BLOCK_UART