commit | 0bd38ae355227792dde3487779a9dc24d6b99631 | [log] [tgz] |
---|---|---|
author | Valentin Rothberg <valentinrothberg@gmail.com> | Mon Jul 27 12:33:05 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 03 17:16:58 2015 -0700 |
tree | 65f6dc6488b7c3014e173cdfaa4777325592e725 | |
parent | c745566306e363675d8aa43ee9f39232ade4d5e6 [diff] |
scripts/checkkconfigsymbols.py: support default statements 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@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>