Skip to content
Commit 38127741 authored by Sean Anderson's avatar Sean Anderson Committed by Tom Rini
Browse files

misc: Fix always compiling MISC even for SPL/TPL



We should only build support for misc if the appropriate SPL/TPL symbol
is defined. To ease the transition, make SPL/TPL_MISC default to MISC.
This is necessary because many drivers don't specify their dependencies
properly. These defaults can be removed once all drivers depend on the
appropriate config.

Fixes: aaba703f ("spl: misc: Allow misc drivers in SPL and TPL")
Signed-off-by: default avatarSean Anderson <sean.anderson@seco.com>
[trini: Add VPL_MISC symbol, handle like SPL/TPL_MISC]
Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent f6973cce
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment