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

config SOC_INTEL_COMMON_BLOCK_SCS
	bool
	help
	  Intel Processor common storage and communication subsystem support

config SOC_INTEL_COMMON_EARLY_MMC_WAKE
	bool
	default n
	select COMMONLIB_STORAGE
	select COMMONLIB_STORAGE_MMC
	select SDHCI_CONTROLLER
	help
	  Send CMD1 early in romstage to improve boot time. It requires emmc
	  DLL tuning parameters to be added to devicetree.cb

config SOC_INTEL_COMMON_MMC_OVERRIDE
	bool
	default n
	help
	  Override the MMC settings after FSP-S.
	  It should be used only when there is no FSP UPDs for certain setting.