Re: [PATCH v2] misc: Fix always compiling MISC even for SPL/TPL

2022-05-10 Thread Tom Rini
On Fri, Apr 22, 2022 at 04:11:37PM -0400, Sean Anderson wrote: > 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. Th

[PATCH v2] misc: Fix always compiling MISC even for SPL/TPL

2022-04-22 Thread Sean Anderson
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 c