summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/uart/Kconfig
blob: 7ba22b5c3efacab18766b71aea8daf6bc927507d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config SOC_INTEL_COMMON_BLOCK_UART
	bool
	select SOC_INTEL_COMMON_BLOCK_LPSS
	help
	  Intel Processor common UART support

if SOC_INTEL_COMMON_BLOCK_UART

config INTEL_LPSS_UART_FOR_CONSOLE
	bool
	select DRIVERS_UART_8250MEM_32
	select FIXED_UART_FOR_CONSOLE
	help
	  Selected by mainboards that use one of the SoC's LPSS UARTS
	  for the coreboot console.

endif