mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
58008cbab5
Another round of sorting Kconfig entries aplhabetically. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Tom Rini <trini@konsulko.com> Acked-by: Alexey Brodkin <abrodkin@synopsys.com> Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
24 lines
377 B
Text
24 lines
377 B
Text
if ARCH_QEMU
|
|
|
|
config SYS_VENDOR
|
|
default "emulation"
|
|
|
|
config SYS_BOARD
|
|
default "qemu-arm"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "qemu-arm"
|
|
|
|
endif
|
|
|
|
config TARGET_QEMU_ARM_32BIT
|
|
bool "Support qemu_arm"
|
|
depends on ARCH_QEMU
|
|
select ARCH_SUPPORT_PSCI
|
|
select CPU_V7A
|
|
select SYS_ARCH_TIMER
|
|
|
|
config TARGET_QEMU_ARM_64BIT
|
|
bool "Support qemu_arm64"
|
|
depends on ARCH_QEMU
|
|
select ARM64
|