From: Adrian Bunk <bunk@kernel.org>
To: jidong xiao <jidong.xiao@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: What does 'if EMBEDDED' mean?
Date: Thu, 9 Aug 2007 16:16:21 +0200 [thread overview]
Message-ID: <20070809141621.GO6997@stusta.de> (raw)
In-Reply-To: <4104961b0708090711j291974cbx933e1262ba1935f6@mail.gmail.com>
On Thu, Aug 09, 2007 at 10:11:33PM +0800, jidong xiao wrote:
> For example,
>
> config SYSFS
> bool "sysfs file system support" if EMBEDDED
> default y
>
> What does 'if EMBEDDED' mean?Can I choose n here?
The "if EMBEDDED" means that you only see this question if
CONFIG_EMBEDDED=y.
Otherwise, the default is used without the question being asked.
> I saw there is no corresponding option within `make menuconfig`, so I
> am wondering what can I do if I wanna to disable this option, directly
> change
> "default y" to "default n" in the Kconfig file?
Say "y" at
General setup
Configure standard kernel features (for small systems)
> Thanks
> Jason
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
next prev parent reply other threads:[~2007-08-09 14:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-09 14:11 What does 'if EMBEDDED' mean? jidong xiao
2007-08-09 14:16 ` Adrian Bunk [this message]
2007-08-09 14:43 ` jidong xiao
2007-08-09 20:17 ` Adrian Bunk
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=20070809141621.GO6997@stusta.de \
--to=bunk@kernel.org \
--cc=jidong.xiao@gmail.com \
--cc=linux-kernel@vger.kernel.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