From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH 1/3] Kconfig: source Kconfig.include earlier
Date: Wed, 26 Apr 2023 11:03:52 +0200 [thread overview]
Message-ID: <20230426090354.1350981-2-s.hauer@pengutronix.de> (raw)
In-Reply-To: <20230426090354.1350981-1-s.hauer@pengutronix.de>
kconfig.include is included where first needed. Include it at the top
so that all Kconfig files can use it.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
Kconfig | 2 ++
lib/kasan/Kconfig | 2 --
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Kconfig b/Kconfig
index 7e9b892129..49bd17c89f 100644
--- a/Kconfig
+++ b/Kconfig
@@ -6,6 +6,8 @@
#
mainmenu "Barebox/$(ARCH) $(KERNELVERSION) Configuration"
+source "scripts/Kconfig.include"
+
source "arch/$(SRCARCH)/Kconfig"
source "common/Kconfig"
diff --git a/lib/kasan/Kconfig b/lib/kasan/Kconfig
index 46fc4f263b..e96638304c 100644
--- a/lib/kasan/Kconfig
+++ b/lib/kasan/Kconfig
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-only
-source "scripts/Kconfig.include"
-
config HAVE_ARCH_KASAN
bool
--
2.39.2
next prev parent reply other threads:[~2023-04-26 9:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-26 9:03 [PATCH 0/3] Compile boards only when firmware is present Sascha Hauer
2023-04-26 9:03 ` Sascha Hauer [this message]
2023-04-26 9:03 ` [PATCH 2/3] ARM: Rockchip: make boards only selectable " Sascha Hauer
2023-04-26 9:03 ` [PATCH 3/3] ARM: i.MX: make boards selectable only when firmware files are present Sascha Hauer
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=20230426090354.1350981-2-s.hauer@pengutronix.de \
--to=s.hauer@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