* display bug in "make xconfig" in 2.5.58
@ 2003-01-15 11:44 Robert P. J. Day
2003-01-15 19:30 ` Roman Zippel
0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2003-01-15 11:44 UTC (permalink / raw)
To: Linux kernel mailing list
(aside: i do realize that the "make xconfig" graphical
config screen doesn't represent the actual, underlying logistics
for kernel configuration, so i'm going to spend more time
concentrating on the underlying kbuild language. but here's
a fairly obvious flaw in make xconfig anyway.)
"make xconfig" will not display simple config entries at
the top menu level.
granted, at the moment, there *are* none of these, but if
you examine arch/i386/Kconfig, it's clear that such things are
at least possible -- X86, MMU, SWAP and so on. (i deduce that,
if a config entry has no label on its type attribute, it is
not to be displayed, right?)
if you add a bogus label to the "bool" line for, say, the
X86 entry, that selection appears properly as a checkbox in
"make menuconfig", but is never displayed for "make xconfig".
rday
p.s. and, no, i don't know enough about Qt to devise a patch
for this. some day, maybe ...
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: display bug in "make xconfig" in 2.5.58
2003-01-15 11:44 display bug in "make xconfig" in 2.5.58 Robert P. J. Day
@ 2003-01-15 19:30 ` Roman Zippel
0 siblings, 0 replies; 2+ messages in thread
From: Roman Zippel @ 2003-01-15 19:30 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: Linux kernel mailing list
Hi,
"Robert P. J. Day" wrote:
> "make xconfig" will not display simple config entries at
> the top menu level.
>
> granted, at the moment, there *are* none of these, but if
> you examine arch/i386/Kconfig, it's clear that such things are
> at least possible -- X86, MMU, SWAP and so on. (i deduce that,
> if a config entry has no label on its type attribute, it is
> not to be displayed, right?)
It's displayed, just push the back button until you get to the root.
Soon it should be possible to turn such entries (automatically) into
menuconfig entries, so they are displayed in the menu window.
BTW label is maybe the wrong word, it's a user prompt. If there is none,
it can't be displayed of course.
bye, Roman
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-01-15 20:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-15 11:44 display bug in "make xconfig" in 2.5.58 Robert P. J. Day
2003-01-15 19:30 ` Roman Zippel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox