Re: [PATCH] kconfig: Clarify choice dependency propagation

2018-01-21 Thread Masahiro Yamada
2018-01-19 11:29 GMT+09:00 Masahiro Yamada : > Hi Ulf, > > > 2018-01-19 1:58 GMT+09:00 Ulf Magnusson : >> On Thu, Jan 18, 2018 at 5:47 PM, Masahiro Yamada >> wrote: >>> 2018-01-14 23:12 GMT+09:00 Ulf Magnusson : It's easy to miss that choices are special-cased to pass on their mode as th

Re: [PATCH] kconfig: Clarify choice dependency propagation

2018-01-18 Thread Masahiro Yamada
Hi Ulf, 2018-01-19 1:58 GMT+09:00 Ulf Magnusson : > On Thu, Jan 18, 2018 at 5:47 PM, Masahiro Yamada > wrote: >> 2018-01-14 23:12 GMT+09:00 Ulf Magnusson : >>> It's easy to miss that choices are special-cased to pass on their mode >>> as the parent dependency. >>> >>> No functional changes. Only

Re: [PATCH] kconfig: Clarify choice dependency propagation

2018-01-18 Thread Ulf Magnusson
On Thu, Jan 18, 2018 at 5:47 PM, Masahiro Yamada wrote: > 2018-01-14 23:12 GMT+09:00 Ulf Magnusson : >> It's easy to miss that choices are special-cased to pass on their mode >> as the parent dependency. >> >> No functional changes. Only comments added. >> >> Signed-off-by: Ulf Magnusson >> --- >

Re: [PATCH] kconfig: Clarify choice dependency propagation

2018-01-18 Thread Masahiro Yamada
2018-01-14 23:12 GMT+09:00 Ulf Magnusson : > It's easy to miss that choices are special-cased to pass on their mode > as the parent dependency. > > No functional changes. Only comments added. > > Signed-off-by: Ulf Magnusson > --- > scripts/kconfig/menu.c | 7 +++ > 1 file changed, 7 insertio

[PATCH] kconfig: Clarify choice dependency propagation

2018-01-14 Thread Ulf Magnusson
It's easy to miss that choices are special-cased to pass on their mode as the parent dependency. No functional changes. Only comments added. Signed-off-by: Ulf Magnusson --- scripts/kconfig/menu.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/scripts/kconfig/menu.c b/scripts/kconfi