riscv: Add QEMU virt board support
[oweals/u-boot.git] / arch / riscv / Kconfig
index 49f87de1dc0b55e2dfe060a69c291652d62799a4..168ca3de7ce0541c99557f08e82ce50434615e89 100644 (file)
@@ -11,9 +11,13 @@ choice
 config TARGET_AX25_AE350
        bool "Support ax25-ae350"
 
+config TARGET_QEMU_VIRT
+       bool "Support QEMU Virt Board"
+
 endchoice
 
 source "board/AndesTech/ax25-ae350/Kconfig"
+source "board/emulation/qemu-riscv/Kconfig"
 
 choice
        prompt "CPU selection"