historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/u-boot/board/emulation/qemu-arm/Kconfig

14 lines
223 B
Text
Raw Normal View History

2024-01-16 17:20:27 +00:00
if TARGET_QEMU_ARM_32BIT || TARGET_QEMU_ARM_64BIT
config SYS_TEXT_BASE
default 0x00000000
config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
imply VIRTIO_MMIO
imply VIRTIO_PCI
imply VIRTIO_NET
imply VIRTIO_BLK
endif