summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/lpc/Kconfig
blob: 6052a3be2352abe5611807bad926efda86ff9dbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## SPDX-License-Identifier: GPL-2.0-only

config SOC_INTEL_COMMON_BLOCK_LPC
	bool
	help
	  Use common LPC code for platform. Only soc specific code needs to
	  be implemented as per requirement.

config SOC_INTEL_COMMON_BLOCK_LPC_COMB_ENABLE
	depends on SOC_INTEL_COMMON_BLOCK_LPC && DRIVERS_UART_8250IO
	bool
	default n
	help
	  By default COMA range to LPC is enable. COMB range to LPC is optional
	  and should select based on platform dedicated selection.

config SOC_INTEL_COMMON_BLOCK_LPC_MIRROR_TO_GPMR
	bool
	depends on SOC_INTEL_COMMON_BLOCK_GPMR
	help
	  Mirror LPC registers for IO/MMIO to their corresponding GPMR registers.
	  Required for platforms starting from SPT.