blob: 0108efebd3202b7e608374143323b8d16e02efaf [file] [log] [blame]
Bin Meng53290422018-10-15 02:21:18 -07001if TARGET_QEMU_ARM_32BIT || TARGET_QEMU_ARM_64BIT
2
3config SYS_TEXT_BASE
4 default 0x00000000
5
6config BOARD_SPECIFIC_OPTIONS # dummy
7 def_bool y
Bin Menga94f6a02018-10-15 02:21:19 -07008 imply VIRTIO_MMIO
9 imply VIRTIO_PCI
10 imply VIRTIO_NET
11 imply VIRTIO_BLK
Bin Meng53290422018-10-15 02:21:18 -070012
13endif
Sughosh Ganuffe96982020-12-30 19:27:02 +053014
15if TARGET_QEMU_ARM_64BIT && !TFABOOT
16config BOARD_SPECIFIC_OPTIONS
17 imply SYS_MTDPARTS_RUNTIME
18
19source "board/emulation/common/Kconfig"
20endif