On Mon, Nov 04, 2024 at 12:44:36AM +0100, Yuri Zaporozhets wrote: > The X86EMU_RAW_IO mode can be used only on x86, so don't select this option
> always, and allow correct compilation of BIOSEMU on other architectures too. > > Signed-off-by: Yuri Zaporozhets <[email protected]> > --- > drivers/bios_emulator/Kconfig | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/bios_emulator/Kconfig b/drivers/bios_emulator/Kconfig > index 3660576772..8f73d077f6 100644 > --- a/drivers/bios_emulator/Kconfig > +++ b/drivers/bios_emulator/Kconfig > @@ -1,10 +1,8 @@ > config BIOSEMU > bool > - select X86EMU_RAW_IO > > config SPL_BIOSEMU > bool > - select X86EMU_RAW_IO > > config X86EMU_RAW_IO > bool This breaks building on chromebox_panther for example and I suspect the answer is to change from removing the select to making it be "select ... if X86" -- Tom
signature.asc
Description: PGP signature

