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

From: Michal Marek
Date: Mon Aug 24 2015 - 10:50:03 EST


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 <valentinrothberg@xxxxxxxxx>
> ---
> Changelog:
> v2 (thanks to Stefan Hengelein):
> - update NUMERIC regex (Kconfig accepts 'X' and 'A-F')
> - remove mistakenly added blank line from v1
>
> scripts/checkkconfigsymbols.py | 9 +++++++--
> 1 file changed, 7 insertions(+), 2 deletions(-)

Applied to kbuild.git#kconfig.

Michal

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/