Re: [PATCH 05/10] merge_config.sh: Better handling of CONFIG_FOO=n

2015-10-27 Thread Bruce Ashfield
On 10/28/2015 02:26 AM, Darren Hart wrote: On Wed, Oct 28, 2015 at 09:42:06AM +0900, Olof Johansson wrote: Kconfig knows how to handle CONFIG_FOO=n just fine, but it'll always use "# CONFIG FOO is not set" in the resulting config. Mangle the input accordingly so we don't report this as a failure

Re: [PATCH 05/10] merge_config.sh: Better handling of CONFIG_FOO=n

2015-10-27 Thread Darren Hart
On Wed, Oct 28, 2015 at 09:42:06AM +0900, Olof Johansson wrote: > Kconfig knows how to handle CONFIG_FOO=n just fine, but it'll always > use "# CONFIG FOO is not set" in the resulting config. Mangle the input > accordingly so we don't report this as a failure when it isn't. > > Signed-off-by: Olof