blob: 8fa847a1b8a62baf713aaa414cd0711b84e45182 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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.
config SOC_INTEL_COMMON_BLOCK_GSPI_VERSION_2
bool
default n
select SOC_INTEL_COMMON_BLOCK_GSPI
help
Intel Processor Common GSPI support with quirks to handle
SPI_CS_CONTROL changes introduced in CNL.
|