blob: 0108efebd3202b7e608374143323b8d16e02efaf [file] [log] [blame]
Bin Meng6f332762018-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 Mengb9b59562018-10-15 02:21:19 -07008 imply VIRTIO_MMIO
9 imply VIRTIO_PCI
10 imply VIRTIO_NET
11 imply VIRTIO_BLK
Bin Meng6f332762018-10-15 02:21:18 -070012
13endif
Sughosh Ganuc89a9872020-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