summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-07-11 06:14:25 +0300
committerTom Rini <trini@konsulko.com>2021-07-28 21:27:54 +0300
commit0c6bdbb97c5c7d233145de594325b9fbe1beb8bb (patch)
tree94d46ef1a83ded58ac1cee8cdb0ec3318a858e98 /common
parent933b2f09cbbb7b01af415d204b712b3f93c04dde (diff)
downloadu-boot-0c6bdbb97c5c7d233145de594325b9fbe1beb8bb.tar.xz
Rename SPL_CRYPTO_SUPPORT to SPL_CRYPTO
Rename this option so that CONFIG_IS_ENABLED can be used with it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig.boot2
-rw-r--r--common/spl/Kconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/common/Kconfig.boot b/common/Kconfig.boot
index 642dd9bcfb..f39df04bbf 100644
--- a/common/Kconfig.boot
+++ b/common/Kconfig.boot
@@ -184,7 +184,7 @@ config SPL_FIT_SIGNATURE
depends on SPL_LOAD_FIT || SPL_LOAD_FIT_FULL
select FIT_SIGNATURE
select SPL_FIT
- select SPL_CRYPTO_SUPPORT
+ select SPL_CRYPTO
select SPL_HASH_SUPPORT
select SPL_RSA
select SPL_RSA_VERIFY
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 56c515bd6b..41108350af 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -511,7 +511,7 @@ config SPL_CPU
may improve boot performance. Enable this option to build the
drivers in drivers/cpu as part of an SPL build.
-config SPL_CRYPTO_SUPPORT
+config SPL_CRYPTO
bool "Support crypto drivers"
help
Enable crypto drivers in SPL. These drivers can be used to