diff mbox series

[resend] arc: hsdk_defconfig: Enable CONFIG_BLK_DEV_RAM

Message ID 1551087938-28594-1-git-send-email-clabbe@baylibre.com
State New
Headers show
Series [resend] arc: hsdk_defconfig: Enable CONFIG_BLK_DEV_RAM | expand

Commit Message

Corentin LABBE Feb. 25, 2019, 9:45 a.m. UTC
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>
---
 arch/arc/configs/hsdk_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Alexey Brodkin Feb. 25, 2019, 2:07 p.m. UTC | #1
Hi Corentin,

> -----Original Message-----
> From: linux-snps-arc <linux-snps-arc-bounces@lists.infradead.org> On Behalf Of Corentin Labbe
> Sent: Monday, February 25, 2019 12:46 PM
> To: vineet.gupta1@synopsys.com
> Cc: khilman@baylibre.com; linux-snps-arc@lists.infradead.org; linux-kernel@vger.kernel.org; Corentin
> Labbe <clabbe@baylibre.com>
> Subject: [PATCH resend] 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>
diff mbox series

Patch

diff --git a/arch/arc/configs/hsdk_defconfig b/arch/arc/configs/hsdk_defconfig
index 6fd3d29546af..0e5fd29ed238 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