Re: Documentation mismatch in Documentation/kbuild/kconfig-language.txt

2005-07-09 Thread Bodo Eggert
On Sat, 9 Jul 2005, Adrian Bunk wrote: > On Sat, Jul 09, 2005 at 09:37:48AM +0200, Bodo Eggert wrote: [menu dependencies "if" vs. "depends on"] > > It should be, but either it's really applied to the config instead of the > > prompt (in which can also be added to the depends on list) or the > >

Re: Documentation mismatch in Documentation/kbuild/kconfig-language.txt

2005-07-09 Thread Roman Zippel
Hi, On Sat, 9 Jul 2005, Bodo Eggert wrote: > On Sat, 9 Jul 2005, Adrian Bunk wrote: > > On Mon, Jul 04, 2005 at 04:59:18PM +0200, Bodo Eggert wrote: > > ... > > > Therefore I can't use > > > config SGI_IOC4 > > > tristate > > > prompt "SGI IOC4 Base IO support" if PROMPT_FOR_UNUSED_CORES

Re: Documentation mismatch in Documentation/kbuild/kconfig-language.txt

2005-07-09 Thread Adrian Bunk
On Sat, Jul 09, 2005 at 09:37:48AM +0200, Bodo Eggert wrote: > On Sat, 9 Jul 2005, Adrian Bunk wrote: > > On Mon, Jul 04, 2005 at 04:59:18PM +0200, Bodo Eggert wrote: > > ... > > > Therefore I can't use > > > config SGI_IOC4 > > > tristate > > > prompt "SGI IOC4 Base IO support" if PROMPT_

Re: Documentation mismatch in Documentation/kbuild/kconfig-language.txt

2005-07-09 Thread Bodo Eggert
On Sat, 9 Jul 2005, Adrian Bunk wrote: > On Mon, Jul 04, 2005 at 04:59:18PM +0200, Bodo Eggert wrote: ... > > Therefore I can't use > > config SGI_IOC4 > > tristate > > prompt "SGI IOC4 Base IO support" if PROMPT_FOR_UNUSED_CORES > > depends on (IA64_GENERIC || IA64_SGI_SN2) && MMTIMER

Re: Documentation mismatch in Documentation/kbuild/kconfig-language.txt

2005-07-08 Thread Adrian Bunk
On Mon, Jul 04, 2005 at 04:59:18PM +0200, Bodo Eggert wrote: > --- Documentation/kbuild/kconfig-language.txt --- > - input prompt: "prompt" ["if" ] > Every menu entry can have at most one prompt, which is used to display > to the user. Optionally dependencies only for this prompt can be added

Documentation mismatch in Documentation/kbuild/kconfig-language.txt

2005-07-04 Thread Bodo Eggert
--- Documentation/kbuild/kconfig-language.txt --- - input prompt: "prompt" ["if" ] Every menu entry can have at most one prompt, which is used to display to the user. Optionally dependencies only for this prompt can be added with "if". --- This is misleading, since the "if" will not affect