On Sun, Feb 05, 2023 at 03:40:18PM -0700, Simon Glass wrote:

> This converts 3 usages of this option to the non-SPL form, since there is
> no SPL_MULTIPLEXER defined in Kconfig
> 
> Signed-off-by: Simon Glass <s...@chromium.org>
> ---
> 
> (no changes since v1)
> 
>  drivers/Makefile     | 2 +-
>  drivers/mux/Makefile | 2 +-
>  include/mux.h        | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)

This is done so that we don't force multiplexer to be linked in to SPL,
as there is no SPL_MULTIPLEXER option. For a v2 of this patch, also move
the line down to the block of all of the other options that lack SPL_FOO
but that we guard with a check for not doing SPL/TPL builds, thanks.

-- 
Tom

Attachment: signature.asc
Description: PGP signature

Reply via email to