## 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
