From: Marek Pikuła Date: Fri, 31 Mar 2023 13:13:17 +0000 (+0200) Subject: config: Enable NBD module X-Git-Tag: accepted/tizen/unified/riscv/20230725.071352~140 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa3b7e1e453219ee29b828f9ba66b4cd8d9f530c;p=platform%2Fkernel%2Flinux-starfive.git config: Enable NBD module Useful for development with networked SD card emulation. Change-Id: Ie02b2bdd81b44d874978497cb9dded874a9482a3 Signed-off-by: Marek Pikuła --- diff --git a/arch/riscv/configs/tizen_vf2_defconfig b/arch/riscv/configs/tizen_vf2_defconfig index ef2ce3dcc3bd..6056f77232c3 100644 --- a/arch/riscv/configs/tizen_vf2_defconfig +++ b/arch/riscv/configs/tizen_vf2_defconfig @@ -99,6 +99,7 @@ CONFIG_PCIE_FU740=y CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y CONFIG_BLK_DEV_LOOP=y +CONFIG_BLK_DEV_NBD=m CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_SIZE=32768 CONFIG_VIRTIO_BLK=y