soc/intel/pantherlake: Remove soc_info.[hc] interface
[coreboot2.git] / src / soc / intel / common / block / uart / Kconfig
blob1615f6d0c69cab9bcdb0e4d059066e8c8bb4158b
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config SOC_INTEL_COMMON_BLOCK_UART
4         bool
5         select SOC_INTEL_COMMON_BLOCK_LPSS
6         help
7           Intel Processor common UART support
9 if SOC_INTEL_COMMON_BLOCK_UART
11 config 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.
19 endif