Skip to content

Commit 0728aeb

Browse files
montjoievineetgarc
authored andcommitted
arc: hsdk_defconfig: Enable CONFIG_BLK_DEV_RAM
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>
1 parent edb64bc commit 0728aeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arc/configs/hsdk_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ CONFIG_NAMESPACES=y
88
# CONFIG_UTS_NS is not set
99
# CONFIG_PID_NS is not set
1010
CONFIG_BLK_DEV_INITRD=y
11+
CONFIG_BLK_DEV_RAM=y
1112
CONFIG_EMBEDDED=y
1213
CONFIG_PERF_EVENTS=y
1314
# CONFIG_VM_EVENT_COUNTERS is not set

0 commit comments

Comments
 (0)