Re: [PATCH v2] scripts/checkkconfigsymbols.py: support default statements

2015-08-24 Thread Michal Marek
On 2015-08-24 16:52, Valentin Rothberg wrote: > Hi Michal, > > On Mon, Aug 24, 2015 at 4:49 PM, Michal Marek wrote: >> On 2015-07-27 12:33, Valentin Rothberg wrote: >>> Until now, checkkonfigsymbols.py did not check default statements for >>> references on missing Kconfig symbols (i.e.,

Re: [PATCH v2] scripts/checkkconfigsymbols.py: support default statements

2015-08-24 Thread Valentin Rothberg
Hi Michal, On Mon, Aug 24, 2015 at 4:49 PM, Michal Marek wrote: > On 2015-07-27 12:33, Valentin Rothberg wrote: >> Until now, checkkonfigsymbols.py did not check default statements for >> references on missing Kconfig symbols (i.e., undefined Kconfig options). >> Hence, add support to parse and

Re: [PATCH v2] scripts/checkkconfigsymbols.py: support default statements

2015-08-24 Thread Michal Marek
On 2015-07-27 12:33, Valentin Rothberg wrote: > Until now, checkkonfigsymbols.py did not check default statements for > references on missing Kconfig symbols (i.e., undefined Kconfig options). > Hence, add support to parse and check the Kconfig default statement. > > Signed-off-by: Valentin

Re: [PATCH v2] scripts/checkkconfigsymbols.py: support default statements

2015-08-24 Thread Michal Marek
On 2015-07-27 12:33, Valentin Rothberg wrote: Until now, checkkonfigsymbols.py did not check default statements for references on missing Kconfig symbols (i.e., undefined Kconfig options). Hence, add support to parse and check the Kconfig default statement. Signed-off-by: Valentin Rothberg

Re: [PATCH v2] scripts/checkkconfigsymbols.py: support default statements

2015-08-24 Thread Michal Marek
On 2015-08-24 16:52, Valentin Rothberg wrote: Hi Michal, On Mon, Aug 24, 2015 at 4:49 PM, Michal Marek mma...@suse.cz wrote: On 2015-07-27 12:33, Valentin Rothberg wrote: Until now, checkkonfigsymbols.py did not check default statements for references on missing Kconfig symbols (i.e.,

Re: [PATCH v2] scripts/checkkconfigsymbols.py: support default statements

2015-08-24 Thread Valentin Rothberg
Hi Michal, On Mon, Aug 24, 2015 at 4:49 PM, Michal Marek mma...@suse.cz wrote: On 2015-07-27 12:33, Valentin Rothberg wrote: Until now, checkkonfigsymbols.py did not check default statements for references on missing Kconfig symbols (i.e., undefined Kconfig options). Hence, add support to

[PATCH v2] scripts/checkkconfigsymbols.py: support default statements

2015-07-27 Thread Valentin Rothberg
Until now, checkkonfigsymbols.py did not check default statements for references on missing Kconfig symbols (i.e., undefined Kconfig options). Hence, add support to parse and check the Kconfig default statement. Signed-off-by: Valentin Rothberg --- Changelog: v2 (thanks to Stefan Hengelein):

[PATCH v2] scripts/checkkconfigsymbols.py: support default statements

2015-07-27 Thread Valentin Rothberg
Until now, checkkonfigsymbols.py did not check default statements for references on missing Kconfig symbols (i.e., undefined Kconfig options). Hence, add support to parse and check the Kconfig default statement. Signed-off-by: Valentin Rothberg valentinrothb...@gmail.com --- Changelog: v2