diff options
Diffstat (limited to 'src/soc/intel/common/block/scs/Kconfig')
-rw-r--r-- | src/soc/intel/common/block/scs/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/scs/Kconfig b/src/soc/intel/common/block/scs/Kconfig index 192425c4a0..6b5f49ea67 100644 --- a/src/soc/intel/common/block/scs/Kconfig +++ b/src/soc/intel/common/block/scs/Kconfig @@ -19,3 +19,10 @@ config SOC_INTEL_COMMON_MMC_OVERRIDE 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. |