diff options
author | Soren Brinkmann <soren.brinkmann@xilinx.com> | 2013-06-19 21:53:04 +0400 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2013-06-21 10:19:32 +0400 |
commit | c12d82b84353784f8233c28ee43cec0ac9fbd7d2 (patch) | |
tree | e70d0728225ecd45f316bacd7ed51d45d3940e74 /arch/arm/configs | |
parent | 90de827b9c238f8d8209bc7adc70190575514315 (diff) | |
download | linux-c12d82b84353784f8233c28ee43cec0ac9fbd7d2.tar.xz |
arm: multi_v7_defconfig: Enable initrd/initramfs support
Add CONFIG_BLK_DEV_INITRD to the defconfig to support
initramfs and initrd.
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index bc1c4d772584..f3b97be37a44 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -1,6 +1,7 @@ CONFIG_EXPERIMENTAL=y CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y +CONFIG_BLK_DEV_INITRD=y CONFIG_ARCH_MVEBU=y CONFIG_MACH_ARMADA_370=y CONFIG_ARCH_SIRF=y |