Re: [PATCH 1/3] kconfig: do not special-case 'MODULES' symbol

2013-09-06 Thread Michal Marek
On 6.9.2013 11:47, Yann E. MORIN wrote: > Michal, All, > > On 2013-09-05 11:38 +0200, Michal Marek spake thusly: >> On 3.9.2013 23:04, Yann E. MORIN wrote: >>> From: "Yann E. MORIN" >>> >>> Currently, the 'MODULES' symbol is hard-coded to be the default symbol >>> that enables/disables tristates,

Re: [PATCH 1/3] kconfig: do not special-case 'MODULES' symbol

2013-09-06 Thread Yann E. MORIN
Michal, All, On 2013-09-05 12:02 +0200, Michal Marek spake thusly: > On 5.9.2013 11:38, Michal Marek wrote: > > On 3.9.2013 23:04, Yann E. MORIN wrote: > >> From: "Yann E. MORIN" > >> This patch changes the way we enable/disable tristates: if a symbol was > >> found with 'option modules' attached

Re: [PATCH 1/3] kconfig: do not special-case 'MODULES' symbol

2013-09-06 Thread Yann E. MORIN
Michal, All, On 2013-09-05 11:38 +0200, Michal Marek spake thusly: > On 3.9.2013 23:04, Yann E. MORIN wrote: > > From: "Yann E. MORIN" > > > > Currently, the 'MODULES' symbol is hard-coded to be the default symbol > > that enables/disables tristates, if no other symbol was declared with > > 'opt

Re: [PATCH 1/3] kconfig: do not special-case 'MODULES' symbol

2013-09-05 Thread Michal Marek
On 5.9.2013 11:38, Michal Marek wrote: > On 3.9.2013 23:04, Yann E. MORIN wrote: >> From: "Yann E. MORIN" >> This patch changes the way we enable/disable tristates: if a symbol was >> found with 'option modules' attached to it, then that symbol controls >> enabling tristates. Otherwise, tristates

Re: [PATCH 1/3] kconfig: do not special-case 'MODULES' symbol

2013-09-05 Thread Michal Marek
On 3.9.2013 23:04, Yann E. MORIN wrote: > From: "Yann E. MORIN" > > Currently, the 'MODULES' symbol is hard-coded to be the default symbol > that enables/disables tristates, if no other symbol was declared with > 'option modules'. > > While this used to be needed for the Linux kernel, we now hav

[PATCH 1/3] kconfig: do not special-case 'MODULES' symbol

2013-09-04 Thread Yann E. MORIN
From: "Yann E. MORIN" Currently, the 'MODULES' symbol is hard-coded to be the default symbol that enables/disables tristates, if no other symbol was declared with 'option modules'. While this used to be needed for the Linux kernel, we now have an explicit 'option modules' attached to the 'MODULE

Re: [PATCH 1/3] kconfig: do not special-case 'MODULES' symbol

2013-09-04 Thread Michal Marek
Dne 3.9.2013 23:12, Yann E. MORIN napsal(a): > Doh... I forgot to send an intro mail first. Seems holidays really were > a good break! :-) :-) > Anyway, this series might be a bit late to go in for 3.12, but it has > previously been discussed with you and Sam. > > If you feel it's too touchy fo

Re: [PATCH 1/3] kconfig: do not special-case 'MODULES' symbol

2013-09-03 Thread Yann E. MORIN
Michal, All, On 2013-09-03 23:04 +0200, Yann E. MORIN spake thusly: > Currently, the 'MODULES' symbol is hard-coded to be the default symbol > that enables/disables tristates, if no other symbol was declared with > 'option modules'. > > While this used to be needed for the Linux kernel, we now ha

[PATCH 1/3] kconfig: do not special-case 'MODULES' symbol

2013-09-03 Thread Yann E. MORIN
From: "Yann E. MORIN" Currently, the 'MODULES' symbol is hard-coded to be the default symbol that enables/disables tristates, if no other symbol was declared with 'option modules'. While this used to be needed for the Linux kernel, we now have an explicit 'option modules' attached to the 'MODULE