diff options
Diffstat (limited to 'payloads/external/edk2/Kconfig')
-rw-r--r-- | payloads/external/edk2/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/payloads/external/edk2/Kconfig b/payloads/external/edk2/Kconfig index 865ae67ad0..1216084743 100644 --- a/payloads/external/edk2/Kconfig +++ b/payloads/external/edk2/Kconfig @@ -290,6 +290,15 @@ config EDK2_DISABLE_TPM Select this option to disable TPM support in edk2. This is necessary to avoid boot hangs on some boards with a CR50 TPM, particularly those with an AMD Zen SoC. +config EDK2_UFS_ENABLE + bool "Enable UFS DXE driver in edk2" + depends on EDK2_REPO_MRCHROMEBOX + default n + help + Select this option to enable the UFS DXE driver in MrChromebox's fork of edk2. + It is needed for boards with UFS storage, but can cause issues with other boards, + so should only be enabled when needed. + config EDK2_CUSTOM_BUILD_PARAMS string "edk2 additional custom build parameters" default "-D VARIABLE_SUPPORT=SMMSTORE" if EDK2_REPO_MRCHROMEBOX && SMMSTORE_V2 |