commit | 3b28f4f2c2c7fcb6770cdfe5e8cd284ee1bc9783 | [log] [tgz] |
---|---|---|
author | Valentin Rothberg <valentinrothberg@gmail.com> | Thu Feb 02 18:00:44 2017 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Feb 03 11:49:06 2017 +0100 |
tree | 577963bf52978ae7a2eec19aeee964e79f98f318 | |
parent | 47f60a017169d1d3c6cb086ece272f272f110845 [diff] |
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>