Hi Tom, On Wed, 8 Feb 2023 at 18:09, Tom Rini <tr...@konsulko.com> wrote: > > On Sun, Feb 05, 2023 at 03:40:00PM -0700, Simon Glass wrote: > > > This converts 9 usages of this option to the non-SPL form, since there is > > no SPL_FSL_ISBC_KEY_EXT defined in Kconfig > > > > Signed-off-by: Simon Glass <s...@chromium.org> > > This is used to avoid including things in SPL that aren't required, > in commit 3a581af21af0 ("Convert CONFIG_FLASH_SPANSION_S29WS_N et al to > Kconfig") it shows why this is an example of CONFIG_IS_ENABLED() for > this case.
I'll add this to config_nospl Regards, Simon