scripts/checkkconfigsymbols.py: support default statements
authorValentin Rothberg <valentinrothberg@gmail.com>
Mon, 27 Jul 2015 10:33:05 +0000 (12:33 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Aug 2015 00:16:58 +0000 (17:16 -0700)
commit0bd38ae355227792dde3487779a9dc24d6b99631
tree65f6dc6488b7c3014e173cdfaa4777325592e725
parentc745566306e363675d8aa43ee9f39232ade4d5e6
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>
scripts/checkkconfigsymbols.py