mx6ulevk: Include SDP boot instructions in README
[oweals/u-boot.git] / board / emulation / qemu-arm / Kconfig
1 if TARGET_QEMU_ARM_32BIT || TARGET_QEMU_ARM_64BIT
2
3 config SYS_TEXT_BASE
4         default 0x00000000
5
6 config BOARD_SPECIFIC_OPTIONS # dummy
7         def_bool y
8         imply VIRTIO_MMIO
9         imply VIRTIO_PCI
10         imply VIRTIO_NET
11         imply VIRTIO_BLK
12
13 endif