Re: [PATCH RFC 1/5] kconfig: implement weak reverse-dependencies

2013-03-21 Thread Richard Cochran
On Thu, Mar 21, 2013 at 03:06:11PM +0400, Konstantin Khlebnikov wrote: > > As I see this technology requires special dedicated server in the local > network, thus it's unusable in most situations. But it starts working > without any actions from the user (please fix me if I'm wrong). Perhaps you

Re: [PATCH RFC 1/5] kconfig: implement weak reverse-dependencies

2013-03-21 Thread Konstantin Khlebnikov
Richard Cochran wrote: On Thu, Mar 21, 2013 at 12:22:57PM +0400, Konstantin Khlebnikov wrote: This patch adds new kind of dependencies between kconfig symbols, and new kconfig keyword 'apply' for them. 'apply' works mostly like 'select', but it allows to disable target symbol. Thus target

Re: [PATCH RFC 1/5] kconfig: implement weak reverse-dependencies

2013-03-21 Thread Richard Cochran
On Thu, Mar 21, 2013 at 12:22:57PM +0400, Konstantin Khlebnikov wrote: > This patch adds new kind of dependencies between kconfig symbols, > and new kconfig keyword 'apply' for them. > > 'apply' works mostly like 'select', but it allows to disable target symbol. > Thus target symbol will be

[PATCH RFC 1/5] kconfig: implement weak reverse-dependencies

2013-03-21 Thread Konstantin Khlebnikov
This patch adds new kind of dependencies between kconfig symbols, and new kconfig keyword 'apply' for them. 'apply' works mostly like 'select', but it allows to disable target symbol. Thus target symbol will be either disabled or reachable from current symbol. This method allows to implement

[PATCH RFC 1/5] kconfig: implement weak reverse-dependencies

2013-03-21 Thread Konstantin Khlebnikov
This patch adds new kind of dependencies between kconfig symbols, and new kconfig keyword 'apply' for them. 'apply' works mostly like 'select', but it allows to disable target symbol. Thus target symbol will be either disabled or reachable from current symbol. This method allows to implement

Re: [PATCH RFC 1/5] kconfig: implement weak reverse-dependencies

2013-03-21 Thread Richard Cochran
On Thu, Mar 21, 2013 at 12:22:57PM +0400, Konstantin Khlebnikov wrote: This patch adds new kind of dependencies between kconfig symbols, and new kconfig keyword 'apply' for them. 'apply' works mostly like 'select', but it allows to disable target symbol. Thus target symbol will be either

Re: [PATCH RFC 1/5] kconfig: implement weak reverse-dependencies

2013-03-21 Thread Konstantin Khlebnikov
Richard Cochran wrote: On Thu, Mar 21, 2013 at 12:22:57PM +0400, Konstantin Khlebnikov wrote: This patch adds new kind of dependencies between kconfig symbols, and new kconfig keyword 'apply' for them. 'apply' works mostly like 'select', but it allows to disable target symbol. Thus target

Re: [PATCH RFC 1/5] kconfig: implement weak reverse-dependencies

2013-03-21 Thread Richard Cochran
On Thu, Mar 21, 2013 at 03:06:11PM +0400, Konstantin Khlebnikov wrote: As I see this technology requires special dedicated server in the local network, thus it's unusable in most situations. But it starts working without any actions from the user (please fix me if I'm wrong). Perhaps you