summaryrefslogtreecommitdiff
path: root/common/Kconfig
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2022-02-09 10:59:24 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-02-10 16:39:38 +0100
commit03fb5524b0649bc0585ace68e8e2cdca3e9dd577 (patch)
treea4300847a6358e7a719cdf5f96c1014ef5b0f81e /common/Kconfig
parent8a0e10335078e0ff10809893c073f3878a9376be (diff)
downloadbarebox-03fb5524b0649bc0585ace68e8e2cdca3e9dd577.tar.gz
crypto: consistently name the algo digest symbols HAVE_DIGEST_...
The better naming prevents confusion (for me at least) because MACHINE_ID depends on a symbol that cannot be enabled manually. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Link: https://lore.barebox.org/20220209095924.x7p4wo47thxbeih5@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 667b0a1e79..dba6aa43fd 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1044,7 +1044,7 @@ config RESET_SOURCE
config MACHINE_ID
bool "compute unique machine-id"
depends on FLEXIBLE_BOOTARGS
- depends on SHA1
+ depends on HAVE_DIGEST_SHA1
help
Compute a persistent machine-specific id and store it to $global.machine_id.
The id is a hash of device-specific information added via