* [PATCH master] common: env: make ENV_HANDLING_AUTOPROBE default to INSECURE
@ 2026-05-22 7:22 Ahmad Fatoum
2026-05-26 6:38 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2026-05-22 7:22 UTC (permalink / raw)
To: barebox; +Cc: Ahmad Fatoum
The CONFIG_ prefix is not used inside Kconfig, but outside in Makefiles
and preprocessor symbols.
Drop it, so ENV_HANDLING_AUTOPROBE correctly changes with regards to
CONFIG_INSECURE=y.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
common/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/Kconfig b/common/Kconfig
index 4bed5644c280..bfca650c49cc 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -990,7 +990,7 @@ config ENV_HANDLING
config ENV_HANDLING_AUTOPROBE
depends on ENV_HANDLING
bool "Autoprobe for environment devices"
- default CONFIG_INSECURE
+ default INSECURE
help
There are two ways for specifying where the barebox environment is. The first one
specifies the path explicitly in the device tree or board code. The other one is
--
2.47.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH master] common: env: make ENV_HANDLING_AUTOPROBE default to INSECURE
2026-05-22 7:22 [PATCH master] common: env: make ENV_HANDLING_AUTOPROBE default to INSECURE Ahmad Fatoum
@ 2026-05-26 6:38 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2026-05-26 6:38 UTC (permalink / raw)
To: barebox, Ahmad Fatoum
On Fri, 22 May 2026 09:22:06 +0200, Ahmad Fatoum wrote:
> The CONFIG_ prefix is not used inside Kconfig, but outside in Makefiles
> and preprocessor symbols.
>
> Drop it, so ENV_HANDLING_AUTOPROBE correctly changes with regards to
> CONFIG_INSECURE=y.
>
>
> [...]
Applied, thanks!
[1/1] common: env: make ENV_HANDLING_AUTOPROBE default to INSECURE
https://git.pengutronix.de/cgit/barebox/commit/?id=0504c72c4ecf (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-26 6:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-22 7:22 [PATCH master] common: env: make ENV_HANDLING_AUTOPROBE default to INSECURE Ahmad Fatoum
2026-05-26 6:38 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox