xref: /aosp_15_r20/external/coreboot/src/soc/intel/common/block/uart/Kconfig (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-only
2
3config SOC_INTEL_COMMON_BLOCK_UART
4	bool
5	select SOC_INTEL_COMMON_BLOCK_LPSS
6	help
7	  Intel Processor common UART support
8
9if SOC_INTEL_COMMON_BLOCK_UART
10
11config INTEL_LPSS_UART_FOR_CONSOLE
12	bool
13	select DRIVERS_UART_8250MEM_32
14	select FIXED_UART_FOR_CONSOLE
15	help
16	  Selected by mainboards that use one of the SoC's LPSS UARTS
17	  for the coreboot console.
18
19endif
20