On Wed, Oct 12, 2016 at 02:37:34AM -0700, Jeremy McNicoll wrote: > From: Jeremy McNicoll <jmcnicol@xxxxxxxxxx> > > Given the mimimal hardware support for msm899(2/4) currently. > A few config options are needed to allow for continued > development and booting. > > The following are needed for continued development and > booting: > -InitRD support > -8x74 pinctrl for serial support > -Enable Global Glock Controller (gcc) > > Signed-off-by: Jeremy McNicoll <jeremymc@xxxxxxxxxx> > --- > arch/arm64/configs/defconfig | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index fd2d74d..8601388 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -21,6 +21,7 @@ CONFIG_CGROUP_HUGETLB=y > # CONFIG_NET_NS is not set > CONFIG_SCHED_AUTOGROUP=y > CONFIG_BLK_DEV_INITRD=y > +CONFIG_BLK_DEV_RAM=y We already had BLK_DEV_INITRD, which I presume was sufficient. Why do we need BLK_DEV_RAM, too? Thanks, Mark -- To unsubscribe from this list: send the line "unsubscribe linux-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html