RISCV: config: Enable RAM and NBD block devices 91/296591/1 accepted/tizen/unified/riscv/20230803.004140
authorŁukasz Stelmach <l.stelmach@samsung.com>
Tue, 1 Aug 2023 13:03:49 +0000 (15:03 +0200)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Tue, 1 Aug 2023 13:03:49 +0000 (15:03 +0200)
Devices are supported on VisionFive2. Enable them on QEMU to use the
same boot procedures on both targets.

Change-Id: I210141b471d718fec4286a7bb516751226756f96
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
arch/riscv/configs/tizen_qemu_defconfig

index 3b66a9b07d67d025023b4295e519fa8f03ae32cb..78772752c03a819351b650bb42bad9e5074b88f0 100644 (file)
@@ -39,6 +39,9 @@ CONFIG_PCI_HOST_GENERIC=y
 CONFIG_PCIE_XILINX=y
 CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
+CONFIG_BLK_DEV_NBD=m
+CONFIG_BLK_DEV_RAM=y
+CONFIG_BLK_DEV_RAM_SIZE=32768
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_VIRTIO_BLK=y
 CONFIG_BLK_DEV_SD=y