summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/scs/Kconfig
blob: 6b5f49ea67e6b524fd32918d871de2a10b5c2350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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.

config SOC_INTEL_COMMON_UFS_SUPPORT
	bool
	default n
	help
	  Enable UFS support. Should be enabled when a particular SoC supports
	  boot from UFS.