aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/gspi/Kconfig
blob: a5455a38db3d20ce498e4c457bf699b2b9259fe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
config SOC_INTEL_COMMON_BLOCK_GSPI
	bool
	help
	  Intel Processor Common GSPI support

config SOC_INTEL_COMMON_BLOCK_GSPI_MAX
	int
	depends on SOC_INTEL_COMMON_BLOCK_GSPI
	help
	  Maximum number of GSPI controllers supported by the PCH. SoC
	  must define this config if SOC_INTEL_COMMON_BLOCK_GSPI is
	  selected.