commit | 3c82f981d07d82f24e67ed63e697c530a87dcaf6 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon May 22 19:21:57 2017 +0000 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 05 14:13:09 2017 -0400 |
tree | 28219bf34ab5836013828b686f5e8e9740c0a08b | |
parent | fda60525a2cacc15c03db03deaac07d70e4d36ad [diff] |
common/spl/Kconfig: Use 'if SPL' / 'if TPL' guards Much of the entries here simply depend on SPL (or TPL). Instead of this redundancy use if SPL / if TPL to guard the rest of the choices and only show them when we have the relevant option enabled. Signed-off-by: Tom Rini <trini@konsulko.com>