summaryrefslogtreecommitdiffstats
path: root/pbl
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2024-01-15 18:01:10 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2024-01-17 08:19:46 +0100
commit41687bd60e06fe80863f953d052b5686689b0ca4 (patch)
tree58952115e9457b0a8fca6fa792e9c09a38aba06d /pbl
parent3344e7bf80b1db1db73b1dc1ca46f79db8525483 (diff)
downloadbarebox-41687bd60e06fe80863f953d052b5686689b0ca4.tar.gz
barebox-41687bd60e06fe80863f953d052b5686689b0ca4.tar.xz
pbl: add COMPILE_TEST prompt for PBL_VERIFY_PIGGY
PBL_VERIFY_PIGGY is selected by boards that require verification of barebox proper, e.g. when secure booting. The option can also be useful during debugging, just to verify that barebox proper was not corrupted, therefore add a prompt when CONFIG_COMPILE_TEST=y. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20240115170110.321676-3-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'pbl')
-rw-r--r--pbl/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbl/Kconfig b/pbl/Kconfig
index 91970c19bc..223bf0640e 100644
--- a/pbl/Kconfig
+++ b/pbl/Kconfig
@@ -48,7 +48,7 @@ config PBL_RELOCATABLE
config PBL_VERIFY_PIGGY
depends on ARM
- bool
+ bool "Verify barebox proper hash before decompression" if COMPILE_TEST
config BOARD_GENERIC_DT
bool