arc: hsdk_defconfig: Enable CONFIG_BLK_DEV_RAM
authorCorentin Labbe <clabbe@baylibre.com>
Mon, 25 Feb 2019 09:45:38 +0000 (09:45 +0000)
committerVineet Gupta <vgupta@synopsys.com>
Mon, 25 Feb 2019 20:11:01 +0000 (12:11 -0800)
We have now a HSDK device in our kernelci lab, but kernel builded via
the hsdk_defconfig lacks ramfs supports, so it cannot boot kernelci jobs
yet.

So this patch enable CONFIG_BLK_DEV_RAM in hsdk_defconfig.

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Acked-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/configs/hsdk_defconfig

index 87b23b7fb781470b2897e66ff5c0ad64fc2734c4..aefcf7a4e17aace6c7a2844e7403310e4f4acbf2 100644 (file)
@@ -8,6 +8,7 @@ CONFIG_NAMESPACES=y
 # CONFIG_UTS_NS is not set
 # CONFIG_PID_NS is not set
 CONFIG_BLK_DEV_INITRD=y
+CONFIG_BLK_DEV_RAM=y
 CONFIG_EMBEDDED=y
 CONFIG_PERF_EVENTS=y
 # CONFIG_VM_EVENT_COUNTERS is not set