diff options
author | Jan Luebbe <jlu@pengutronix.de> | 2016-02-29 13:26:18 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-03-01 16:32:51 +0300 |
commit | c73a1f13d07fc89734f28760554fc365b91c750a (patch) | |
tree | 2f82af369866fe88b0aaf331536caa3e48d7d5ed /arch/arm/configs | |
parent | 7763327dd2ec38985866b2926c4b05c6460166a8 (diff) | |
download | linux-c73a1f13d07fc89734f28760554fc365b91c750a.tar.xz |
ARM: imx_v4_v5_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')
-rw-r--r-- | arch/arm/configs/imx_v4_v5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v4_v5_defconfig b/arch/arm/configs/imx_v4_v5_defconfig index c0c432e64ffd..9083399a8ab1 100644 --- a/arch/arm/configs/imx_v4_v5_defconfig +++ b/arch/arm/configs/imx_v4_v5_defconfig @@ -6,6 +6,7 @@ CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y CONFIG_LOG_BUF_SHIFT=14 CONFIG_CGROUPS=y +CONFIG_BLK_DEV_INITRD=y CONFIG_EXPERT=y # CONFIG_COMPAT_BRK is not set CONFIG_SLAB=y |