Skip to content
Snippets Groups Projects
Commit 226498b8 authored by Tom Rini's avatar Tom Rini
Browse files

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: default avatarTom Rini <trini@konsulko.com>
parent a132f770
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment