* What does 'if EMBEDDED' mean?
@ 2007-08-09 14:11 jidong xiao
2007-08-09 14:16 ` Adrian Bunk
0 siblings, 1 reply; 4+ messages in thread
From: jidong xiao @ 2007-08-09 14:11 UTC (permalink / raw)
To: linux-kernel
For example,
config SYSFS
bool "sysfs file system support" if EMBEDDED
default y
What does 'if EMBEDDED' mean?Can I choose n here?
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?
Thanks
Jason
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: What does 'if EMBEDDED' mean?
2007-08-09 14:11 What does 'if EMBEDDED' mean? jidong xiao
@ 2007-08-09 14:16 ` Adrian Bunk
2007-08-09 14:43 ` jidong xiao
0 siblings, 1 reply; 4+ messages in thread
From: Adrian Bunk @ 2007-08-09 14:16 UTC (permalink / raw)
To: jidong xiao; +Cc: linux-kernel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: What does 'if EMBEDDED' mean?
2007-08-09 14:16 ` Adrian Bunk
@ 2007-08-09 14:43 ` jidong xiao
2007-08-09 20:17 ` Adrian Bunk
0 siblings, 1 reply; 4+ messages in thread
From: jidong xiao @ 2007-08-09 14:43 UTC (permalink / raw)
To: Adrian Bunk; +Cc: linux-kernel
On 8/9/07, Adrian Bunk <bunk@kernel.org> wrote:
>
> Say "y" at
> General setup
> Configure standard kernel features (for small systems)
>
> cu
> Adrian
>
Thank you, Adrian, it's very clear.
By the way, can sysfs be compiled as a module?Does bool type mean this
option cannot be compiled as a module?
Regards
Jason
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: What does 'if EMBEDDED' mean?
2007-08-09 14:43 ` jidong xiao
@ 2007-08-09 20:17 ` Adrian Bunk
0 siblings, 0 replies; 4+ messages in thread
From: Adrian Bunk @ 2007-08-09 20:17 UTC (permalink / raw)
To: jidong xiao; +Cc: linux-kernel
On Thu, Aug 09, 2007 at 10:43:10PM +0800, jidong xiao wrote:
> On 8/9/07, Adrian Bunk <bunk@kernel.org> wrote:
> >
> > Say "y" at
> > General setup
> > Configure standard kernel features (for small systems)
> >
> > cu
> > Adrian
> >
>
> Thank you, Adrian, it's very clear.
>
> By the way, can sysfs be compiled as a module?Does bool type mean this
> option cannot be compiled as a module?
"bool" means it can't be compiled as a module.
Why do you want to compile it as a module?
> Regards
> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-08-09 20:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-09 14:11 What does 'if EMBEDDED' mean? jidong xiao
2007-08-09 14:16 ` Adrian Bunk
2007-08-09 14:43 ` jidong xiao
2007-08-09 20:17 ` Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox