1if TARGET_QEMU_VIRT
2
3config SYS_BOARD
4	default "qemu-riscv"
5
6config SYS_VENDOR
7	default "emulation"
8
9config SYS_CPU
10	default "qemu"
11
12config SYS_CONFIG_NAME
13	default "qemu-riscv"
14
15config SYS_TEXT_BASE
16	default 0x80000000
17
18config BOARD_SPECIFIC_OPTIONS # dummy
19	def_bool y
20	imply SYS_NS16550
21
22endif
23