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

config SOC_INTEL_COMMON_BLOCK_BASE_P2SB
	bool
	depends on SOC_INTEL_COMMON_BLOCK_PCR
	help
	  Intel Processor common P2SB base driver

config SOC_INTEL_COMMON_BLOCK_P2SB
	bool
	select SOC_INTEL_COMMON_BLOCK_BASE_P2SB
	help
	  Intel Processor common P2SB driver for PCH or SoC die

config SOC_INTEL_COMMON_BLOCK_IOE_P2SB
	bool
	select SOC_INTEL_COMMON_BLOCK_BASE_P2SB
	help
	  Intel Processor common P2SB driver for IOE die