From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH master] common: env: make ENV_HANDLING_AUTOPROBE default to INSECURE
Date: Fri, 22 May 2026 09:22:06 +0200 [thread overview]
Message-ID: <20260522072207.2265178-1-a.fatoum@pengutronix.de> (raw)
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
reply other threads:[~2026-05-22 7:23 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260522072207.2265178-1-a.fatoum@pengutronix.de \
--to=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox