commit | 226498b8f8cb058cb983a26154577cec557b19d8 | [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 | a132f7708898d4e9027d78d7fc1fd15cf37aec8b [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>