]> git.ipfire.org Git - people/ms/u-boot.git/commit
common/spl/Kconfig: Use 'if SPL' / 'if TPL' guards
authorTom Rini <trini@konsulko.com>
Mon, 22 May 2017 19:21:57 +0000 (19:21 +0000)
committerTom Rini <trini@konsulko.com>
Mon, 5 Jun 2017 18:13:09 +0000 (14:13 -0400)
commit226498b8f8cb058cb983a26154577cec557b19d8
tree28219bf34ab5836013828b686f5e8e9740c0a08b
parenta132f7708898d4e9027d78d7fc1fd15cf37aec8b
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>
common/spl/Kconfig