commit | aa57a41b6e1c90330c8cd17a13c639bcea85c1bc | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Mar 03 15:33:29 2017 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 09 19:52:14 2017 -0500 |
tree | ad9462fa4fd0c7ea263ed68ff5a0dd917edfe866 | |
parent | b564d5237327c0ecf11b4a232d85a5fdf4717e19 [diff] |
kconfiglib.py: Kludge in 'imply' support Currently upstream does not yet understand the imply keyword. For what we use kconfiglib.py for today, this is OK. We only need to be able to evaluate in order to make boards.cfg and none of those choices will depend on how imply evaluates out. Signed-off-by: Tom Rini <trini@konsulko.com>