summaryrefslogtreecommitdiffstats
path: root/arch/arc
diff options
context:
space:
mode:
authorCorentin Labbe2019-02-25 10:45:38 +0100
committerVineet Gupta2019-02-25 21:11:01 +0100
commit0728aeb7ead99a9b0dac2f3c92b3752b4e02ff97 (patch)
tree3a91df58940a614bc364bae33b42a082a729fbf5 /arch/arc
parentARC: u-boot args: check that magic number is correct (diff)
downloadkernel-qcow2-linux-0728aeb7ead99a9b0dac2f3c92b3752b4e02ff97.tar.gz
kernel-qcow2-linux-0728aeb7ead99a9b0dac2f3c92b3752b4e02ff97.tar.xz
kernel-qcow2-linux-0728aeb7ead99a9b0dac2f3c92b3752b4e02ff97.zip
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>
Diffstat (limited to 'arch/arc')
-rw-r--r--arch/arc/configs/hsdk_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/configs/hsdk_defconfig b/arch/arc/configs/hsdk_defconfig
index 87b23b7fb781..aefcf7a4e17a 100644
--- a/arch/arc/configs/hsdk_defconfig
+++ b/arch/arc/configs/hsdk_defconfig
@@ -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