historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/u-boot/board/emulation/qemu-arm/Kconfig
2024-01-16 11:20:27 -06:00

13 lines
223 B
Text

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