arm: x86: Move Kconfig from arch/ to board/

Set up a single place in Kconfig where board/emulation/Kconfig is
included, removing the two sites in arch/arm and arch/x86

Move the ARM-specific Kconfig into this file.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-07-02 14:19:36 -06:00
parent cd93381ec5
commit be47cbc296
5 changed files with 77 additions and 76 deletions

View File

@@ -573,3 +573,5 @@ config MACH_QEMU
help
This should enabled for all QEMU targets, on all architectures. It
controls features which are particular to running U-Boot on QEMU.
source "board/emulation/Kconfig"