aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2011-07-25 14:53:35 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2011-07-25 14:53:35 -0400
commitdd58ecba48edf14be1a5f70120fcd3002277a74a (patch)
tree6185fbeefa169f7574288553bfb86060437fd57e /arch/arm/configs
parent3f4a12210774eb31c3435a5bc21d57aa20647aeb (diff)
parent604f4498d08f2caa00acc6707eec8f5759996257 (diff)
Merge branch 'next/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc
* 'next/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc: (35 commits) ARM: msm: platsmp: determine number of CPU cores at boot time ARM: Tegra: Seaboard: Fix I2C bus numbering for ADT7461 ARM: Tegra: Trimslice: Tri-state DAP3 pinmux ARM: orion5x: fixup 5181 MPP mask check ARM: mxs-dma: include <linux/dmaengine.h> ARM: i.MX53: consistently use MX53_UART_PAD_CTRL for uart txd/rxd/rts/cts ARM: i.MX53: UARTn_CTS pin should not change RTS input select ARM: i.MX53: UARTn_TXD pin should not change RXD input select ARM: mx25: Fix typo on CAN1_RX pad setting iomux-mx53: add missing 'IOMUX_CONFIG_SION' for some I2C pad definitions ARM: NUC93X: add UL suffix to VMALLOC_END to ensure it is properly typed ARM: LPC32XXX: add UL suffix to VMALLOC_END to ensure it is properly typed ARM: CNS3XXX: add UL suffix to VMALLOC_END to ensure it is properly typed ARM: i.MX53: Fix IOMUX type o's ARM i.MX dma: Fix burstsize settings mach-mx5: fix the I2C clock parents ARM: mxs/tx28: according to the TX28's datasheet D4-D7 are not used for MMC0 ARM i.MX23/28: platform-mxsfb: Add missing include of linux/dma-mapping.h ARM: mx53: Fix some interrupts marked as reserved. MXC: iomux-v3: correct NO_PAD_CTRL definition ... Fix up trivial conflict in arch/arm/mach-imx/mach-mx31_3ds.c
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/mx51_defconfig3
-rw-r--r--arch/arm/configs/mxs_defconfig2
2 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/configs/mx51_defconfig b/arch/arm/configs/mx51_defconfig
index 0ace16cba9b5..88c5802a2351 100644
--- a/arch/arm/configs/mx51_defconfig
+++ b/arch/arm/configs/mx51_defconfig
@@ -106,6 +106,7 @@ CONFIG_GPIO_SYSFS=y
106CONFIG_USB=y 106CONFIG_USB=y
107CONFIG_USB_EHCI_HCD=y 107CONFIG_USB_EHCI_HCD=y
108CONFIG_USB_EHCI_MXC=y 108CONFIG_USB_EHCI_MXC=y
109CONFIG_USB_STORAGE=y
109CONFIG_MMC=y 110CONFIG_MMC=y
110CONFIG_MMC_BLOCK=m 111CONFIG_MMC_BLOCK=m
111CONFIG_MMC_SDHCI=m 112CONFIG_MMC_SDHCI=m
@@ -145,7 +146,7 @@ CONFIG_ROOT_NFS=y
145CONFIG_NLS_DEFAULT="cp437" 146CONFIG_NLS_DEFAULT="cp437"
146CONFIG_NLS_CODEPAGE_437=y 147CONFIG_NLS_CODEPAGE_437=y
147CONFIG_NLS_ASCII=y 148CONFIG_NLS_ASCII=y
148CONFIG_NLS_ISO8859_1=m 149CONFIG_NLS_ISO8859_1=y
149CONFIG_NLS_ISO8859_15=m 150CONFIG_NLS_ISO8859_15=m
150CONFIG_NLS_UTF8=y 151CONFIG_NLS_UTF8=y
151CONFIG_MAGIC_SYSRQ=y 152CONFIG_MAGIC_SYSRQ=y
diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig
index 2bf224310fb4..5a6ff7c605df 100644
--- a/arch/arm/configs/mxs_defconfig
+++ b/arch/arm/configs/mxs_defconfig
@@ -89,7 +89,7 @@ CONFIG_DISPLAY_SUPPORT=m
89# CONFIG_USB_SUPPORT is not set 89# CONFIG_USB_SUPPORT is not set
90CONFIG_MMC=y 90CONFIG_MMC=y
91CONFIG_MMC_MXS=y 91CONFIG_MMC_MXS=y
92CONFIG_RTC_CLASS=m 92CONFIG_RTC_CLASS=y
93CONFIG_RTC_DRV_DS1307=m 93CONFIG_RTC_DRV_DS1307=m
94CONFIG_DMADEVICES=y 94CONFIG_DMADEVICES=y
95CONFIG_MXS_DMA=y 95CONFIG_MXS_DMA=y