On 2026-07-19T18:03:31, Anirudh Srinivasan <[email protected]> wrote: > bios_emulator: select X86EMU_RAW_IO only on x86 > > X86EMU_RAW_IO mode can only be used on architectures that support port > I/O like x86, so don't select this for other architectures. > > This was also suggested by Tom Rini [1], but was never added in. > > [1] https://lore.kernel.org/u-boot/20241117025353.GA3151182@bill-the-cat/ > > Suggested-by: Tom Rini <[email protected]> > Signed-off-by: Anirudh Srinivasan <[email protected]> > > drivers/bios_emulator/Kconfig | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <[email protected]>
