cbfs: Remove remnants of ext-win-*
[coreboot.git] / src / soc / intel / common / block / lpc / Kconfig
blob6052a3be2352abe5611807bad926efda86ff9dbb
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config SOC_INTEL_COMMON_BLOCK_LPC
4         bool
5         help
6           Use common LPC code for platform. Only soc specific code needs to
7           be implemented as per requirement.
9 config SOC_INTEL_COMMON_BLOCK_LPC_COMB_ENABLE
10         depends on SOC_INTEL_COMMON_BLOCK_LPC && DRIVERS_UART_8250IO
11         bool
12         default n
13         help
14           By default COMA range to LPC is enable. COMB range to LPC is optional
15           and should select based on platform dedicated selection.
17 config SOC_INTEL_COMMON_BLOCK_LPC_MIRROR_TO_GPMR
18         bool
19         depends on SOC_INTEL_COMMON_BLOCK_GPMR
20         help
21           Mirror LPC registers for IO/MMIO to their corresponding GPMR registers.
22           Required for platforms starting from SPT.