diff options
author | Jan Luebbe <jlu@pengutronix.de> | 2016-02-25 14:24:00 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-02-29 05:44:08 +0300 |
commit | 4962e48ea06289f91ecf4c26c054b38b4113a03a (patch) | |
tree | 0eadcd8659570f5b151ba755a6c1926aee57809a /arch/arm/configs/mxs_defconfig | |
parent | 72a582e602a84152d5fceba360815205bce12132 (diff) | |
download | linux-4962e48ea06289f91ecf4c26c054b38b4113a03a.tar.xz |
ARM: mxs_defconfig: Enable initramfs support
This makes it possible to automatically boot-test this defconfig with
kernelci.org.
Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/configs/mxs_defconfig')
-rw-r--r-- | arch/arm/configs/mxs_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig index c6d9fb3c7dc3..6e0f751be229 100644 --- a/arch/arm/configs/mxs_defconfig +++ b/arch/arm/configs/mxs_defconfig @@ -12,6 +12,7 @@ CONFIG_IKCONFIG_PROC=y # CONFIG_IPC_NS is not set # CONFIG_PID_NS is not set # CONFIG_NET_NS is not set +CONFIG_BLK_DEV_INITRD=y CONFIG_PERF_EVENTS=y # CONFIG_COMPAT_BRK is not set CONFIG_MODULES=y |