]> git.karo-electronics.de Git - karo-tx-linux.git/commit
checkkconfigsymbols.py: support Kconfig's 'imply' statement
authorValentin Rothberg <valentinrothberg@gmail.com>
Thu, 2 Feb 2017 17:00:44 +0000 (18:00 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Feb 2017 10:49:06 +0000 (11:49 +0100)
commit3b28f4f2c2c7fcb6770cdfe5e8cd284ee1bc9783
tree577963bf52978ae7a2eec19aeee964e79f98f318
parent47f60a017169d1d3c6cb086ece272f272f110845
checkkconfigsymbols.py: support Kconfig's 'imply' statement

Support the new imply statement in Kconfig.  The imply statement has
been added by commit 237e3ad0f195 ("Kconfig: Introduce the "imply"
keyword") and is a weak version of a select, but the target symbol can
still be turned off.

Signed-off-by: Andreas Ziegler <andreas.ziegler@fau.de>
Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/checkkconfigsymbols.py