diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-06-21 09:48:32 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-06-21 09:48:32 -0400 |
commit | f8ace40e88eb7063f66697713373ac64cbc1412a (patch) | |
tree | 955a855c0f0329e9b1f5173f717dcfa474b485b2 /arch | |
parent | 969ae2ac40288b50a0ff4d84e8bddc2d8cc9d08a (diff) | |
parent | c12d82b84353784f8233c28ee43cec0ac9fbd7d2 (diff) |
Merge tag 'zynq-defconfig-for-3.11' of git://git.xilinx.com/linux-xlnx into next/boards
From Michal Simek:
arm: Xilinx Zynq defconfig changes for v3.11
Enable zynq uartps driver and initrd in defconfig.
* tag 'zynq-defconfig-for-3.11' of git://git.xilinx.com/linux-xlnx:
arm: multi_v7_defconfig: Enable initrd/initramfs support
arm: multi_v7_defconfig: Enable Zynq UART driver
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 2e67a272df70..f3b97be37a44 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig | |||
@@ -1,6 +1,7 @@ | |||
1 | CONFIG_EXPERIMENTAL=y | 1 | CONFIG_EXPERIMENTAL=y |
2 | CONFIG_NO_HZ=y | 2 | CONFIG_NO_HZ=y |
3 | CONFIG_HIGH_RES_TIMERS=y | 3 | CONFIG_HIGH_RES_TIMERS=y |
4 | CONFIG_BLK_DEV_INITRD=y | ||
4 | CONFIG_ARCH_MVEBU=y | 5 | CONFIG_ARCH_MVEBU=y |
5 | CONFIG_MACH_ARMADA_370=y | 6 | CONFIG_MACH_ARMADA_370=y |
6 | CONFIG_ARCH_SIRF=y | 7 | CONFIG_ARCH_SIRF=y |
@@ -46,6 +47,8 @@ CONFIG_SERIAL_SIRFSOC=y | |||
46 | CONFIG_SERIAL_SIRFSOC_CONSOLE=y | 47 | CONFIG_SERIAL_SIRFSOC_CONSOLE=y |
47 | CONFIG_SERIAL_VT8500=y | 48 | CONFIG_SERIAL_VT8500=y |
48 | CONFIG_SERIAL_VT8500_CONSOLE=y | 49 | CONFIG_SERIAL_VT8500_CONSOLE=y |
50 | CONFIG_SERIAL_XILINX_PS_UART=y | ||
51 | CONFIG_SERIAL_XILINX_PS_UART_CONSOLE=y | ||
49 | CONFIG_IPMI_HANDLER=y | 52 | CONFIG_IPMI_HANDLER=y |
50 | CONFIG_IPMI_SI=y | 53 | CONFIG_IPMI_SI=y |
51 | CONFIG_I2C=y | 54 | CONFIG_I2C=y |