From: Konrad Eisele <konrad@gaisler.com>
To: Konrad Eisele <konrad@gaisler.com>
Cc: linux-kernel@vger.kernel.org, lacombar@gmail.com, mmarek@suse.cz,
yann.morin.1998@anciens.enib.fr, linux-config@vger.kernel.org
Subject: Re: [PATCH 0/3] intro
Date: Tue, 22 Nov 2011 15:16:18 +0100 [thread overview]
Message-ID: <4ECBAEB2.4050003@gaisler.com> (raw)
In-Reply-To: <1321970626-12615-1-git-send-email-konrad@gaisler.com>
Konrad Eisele wrote:
> [PATCH 1/3] kconfig: Move global elements into struct, create root context
> remove globals and create seperate namespaces. The default namespace is
> &rootlevel.
>
> [PATCH 2/3] kconfig: Add support for Kconfig subtrees
> This adds subtree support, added Documentation/kbuild/kconfig-language.txt
> lines that describe the fix
>
> [PATCH 3/3] kconfig: gconfig save button should be greyed if no changes present
> in gconfig the save button is always active eaven with no changes present.
>
>
The patches are against: 15bd1cfb3055d866614cdaf38e43201936264e50
To test do:
1. <apply patches>
2. $touch scripts/kconfig/zconf.y scripts/kconfig/zconf.l scripts/kconfig/zconf.gperf
3. <apply the below diff to toplevel Kconfig>
4. $make REGENERATE_PARSERS=1 HOSTCFLAGS=-g xconfig
Then you'll see a "SPARC subtree" subtree in qconfig.
-- Konrad
diff --git a/Kconfig b/Kconfig
index c13f48d..fa22448 100644
--- a/Kconfig
+++ b/Kconfig
@@ -9,3 +9,10 @@ config SRCARCH
option env="SRCARCH"
source "arch/$SRCARCH/Kconfig"
+
+menu "SPARC subtree"
+ prefix "CONFIG_"
+
+source "arch/sparc/Kconfig"
+
+endmenu
d
next prev parent reply other threads:[~2011-11-22 14:16 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-18 14:16 [PATCH 1/1] kconfig: Add a configuration subtree command to kconfig Konrad Eisele
2011-11-19 6:15 ` Arnaud Lacombe
2011-11-19 7:55 ` konrad.gaisler
2011-11-22 14:03 ` [PATCH 0/3] intro Konrad Eisele
2011-11-22 14:16 ` Konrad Eisele [this message]
2011-11-22 14:03 ` [PATCH 1/3] kconfig: Move global elements into struct, create root context Konrad Eisele
2011-11-22 14:03 ` [PATCH 2/3] kconfig: Add support for Kconfig subtrees Konrad Eisele
2011-11-22 14:03 ` [PATCH 3/3] kconfig: gconfig save button should be greyed if no changes present Konrad Eisele
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=4ECBAEB2.4050003@gaisler.com \
--to=konrad@gaisler.com \
--cc=lacombar@gmail.com \
--cc=linux-config@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mmarek@suse.cz \
--cc=yann.morin.1998@anciens.enib.fr \
/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;
as well as URLs for NNTP newsgroup(s).