diff mbox

[RFC,V3] msm8992: defconfig updates to support initrd

Message ID 1476163175-13045-1-git-send-email-jeremymc@redhat.com (mailing list archive)
State Not Applicable, archived
Delegated to: Andy Gross
Headers show

Commit Message

Jeremy McNicoll Oct. 11, 2016, 5:19 a.m. UTC
From: Jeremy McNicoll <jmcnicol@redhat.com>

Given the mimimal hardware support for msm899(2/4) currently.
Enable initrd to allow for continued development and booting.

Signed-off-by: Jeremy McNicoll <jeremymc@redhat.com>
---
V2->V3
   Only enable BLK_DEV_RAM


 arch/arm64/configs/defconfig | 3 +++
 1 file changed, 3 insertions(+)
diff mbox

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 26dc69a..53fdb50 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -21,6 +21,9 @@  CONFIG_CGROUP_HUGETLB=y
 # CONFIG_NET_NS is not set
 CONFIG_SCHED_AUTOGROUP=y
 CONFIG_BLK_DEV_INITRD=y
+CONFIG_BLK_DEV_RAM=y
+# CONFIG_BLK_DEV_RAM_COUNT is not set
+# CONFIG_BLK_DEV_RAM_SIZE is not set
 CONFIG_KALLSYMS_ALL=y
 # CONFIG_COMPAT_BRK is not set
 CONFIG_PROFILING=y