blob: 3500b56cb0a9862afe1c7df293aa2e5bb636fe44 [file] [log] [blame]
Tuomas Tynkkynen32f11822017-09-19 23:18:07 +03001if ARCH_QEMU
2
3config SYS_VENDOR
4 default "emulation"
5
6config SYS_BOARD
7 default "qemu-arm"
8
9config SYS_CONFIG_NAME
10 default "qemu-arm"
11
12endif