Re: Documentation of kconfig language differs from implementation regarding existence of symbols

2012-10-11 Thread Yann E. MORIN
Michal, Martin, All, On Thursday 11 October 2012 22:27:36 Michal Marek wrote: > Dne 10.10.2012 02:17, Martin Walch napsal(a): > > The file linux/Documentation/kbuild/kconfig-language.txt says: > > > >> The following two methods produce the same kconfig symbol > >> dependencies but differ greatly

Re: Documentation of kconfig language differs from implementation regarding existence of symbols

2012-10-11 Thread Michal Marek
Dne 10.10.2012 02:17, Martin Walch napsal(a): > The file linux/Documentation/kbuild/kconfig-language.txt says: > >> The following two methods produce the same kconfig symbol >> dependencies but differ greatly in kconfig symbol existence >> (production) in the generated config file. >> >> case 1:

Re: Documentation of kconfig language differs from implementation regarding existence of symbols

2012-10-11 Thread Michal Marek
Dne 10.10.2012 02:17, Martin Walch napsal(a): The file linux/Documentation/kbuild/kconfig-language.txt says: The following two methods produce the same kconfig symbol dependencies but differ greatly in kconfig symbol existence (production) in the generated config file. case 1: config

Re: Documentation of kconfig language differs from implementation regarding existence of symbols

2012-10-11 Thread Yann E. MORIN
Michal, Martin, All, On Thursday 11 October 2012 22:27:36 Michal Marek wrote: Dne 10.10.2012 02:17, Martin Walch napsal(a): The file linux/Documentation/kbuild/kconfig-language.txt says: The following two methods produce the same kconfig symbol dependencies but differ greatly in kconfig

Documentation of kconfig language differs from implementation regarding existence of symbols

2012-10-09 Thread Martin Walch
The file linux/Documentation/kbuild/kconfig-language.txt says: > The following two methods produce the same kconfig symbol dependencies > but differ greatly in kconfig symbol existence (production) in the > generated config file. > > case 1: > > config FOO > tristate "about foo" >

Documentation of kconfig language differs from implementation regarding existence of symbols

2012-10-09 Thread Martin Walch
The file linux/Documentation/kbuild/kconfig-language.txt says: The following two methods produce the same kconfig symbol dependencies but differ greatly in kconfig symbol existence (production) in the generated config file. case 1: config FOO tristate about foo depends on