blob: 1615f6d0c69cab9bcdb0e4d059066e8c8bb4158b [file] [log] [blame]
## SPDX-License-Identifier: GPL-2.0-only
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