lib/crc_byte: Parenthesize buffer address in CRC macro
[coreboot2.git] / src / soc / intel / common / block / scs / Kconfig
blobf85acc5e5a5a6de0ee392adcb53f81f041e4f9bc
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config SOC_INTEL_COMMON_BLOCK_SCS
4         bool
5         help
6           Intel Processor common storage and communication subsystem support
8 config SOC_INTEL_COMMON_EARLY_MMC_WAKE
9         bool
10         default n
11         select COMMONLIB_STORAGE
12         select COMMONLIB_STORAGE_MMC
13         select SDHCI_CONTROLLER
14         help
15           Send CMD1 early in romstage to improve boot time. It requires emmc
16           DLL tuning parameters to be added to devicetree.cb
18 config SOC_INTEL_COMMON_MMC_OVERRIDE
19         bool
20         default n
21         help
22           Override the MMC settings after FSP-S.
23           It should be used only when there is no FSP UPDs for certain setting.