aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/imx_v6_v7_defconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2012-10-07 07:49:16 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2012-10-07 07:49:16 -0400
commit84424026c0a910886064049d414a12a4f4dd125e (patch)
tree62b45188195187acafc08c8ac353cfe399c6c1b1 /arch/arm/configs/imx_v6_v7_defconfig
parent0b8e74c6f44094189dbe78baf4101acc7570c6af (diff)
parent3536c27c0fbe41f731ab6f61217ef95d0bdf2e05 (diff)
Merge tag 'defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM soc defconfig updates from Olof Johansson: "This might be the last time we do a standalone defconfig branch, since we now prefer to get them with the rest of the subarch updates instead. These add a handful of useful options on various platforms, enable new boards and SoCs, etc." * tag 'defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: ARM: tegra: defconfig updates ARM: LPC32xx: Defconfig update ARM: mach-shmobile: marzen: defconfig update ARM: mxs_defconfig: Add SPI and LRADC support ARM: s3c6400_defconfig: enable more boards in defconfig ARM: imx_v6_v7_defconfig: Remove CONFIG_DEFAULT_MMAP_MIN_ADDR ARM: imx_v6_v7_defconfig: Add Chipidea USB driver support ARM: mxs_defconfig: Add framebuffer support ARM: mxs_defconfig: Add LED, PWM and MTD_CHAR support ARM: mxs_defconfig: Enable USB host
Diffstat (limited to 'arch/arm/configs/imx_v6_v7_defconfig')
-rw-r--r--arch/arm/configs/imx_v6_v7_defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
index 565132d02105..66aa7a6db884 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -40,7 +40,6 @@ CONFIG_VMSPLIT_2G=y
40CONFIG_PREEMPT_VOLUNTARY=y 40CONFIG_PREEMPT_VOLUNTARY=y
41CONFIG_AEABI=y 41CONFIG_AEABI=y
42# CONFIG_OABI_COMPAT is not set 42# CONFIG_OABI_COMPAT is not set
43CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
44CONFIG_CMDLINE="noinitrd console=ttymxc0,115200" 43CONFIG_CMDLINE="noinitrd console=ttymxc0,115200"
45CONFIG_VFP=y 44CONFIG_VFP=y
46CONFIG_NEON=y 45CONFIG_NEON=y
@@ -177,6 +176,9 @@ CONFIG_SND_SOC_IMX_MC13783=y
177CONFIG_USB=y 176CONFIG_USB=y
178CONFIG_USB_EHCI_HCD=y 177CONFIG_USB_EHCI_HCD=y
179CONFIG_USB_EHCI_MXC=y 178CONFIG_USB_EHCI_MXC=y
179CONFIG_USB_CHIPIDEA=y
180CONFIG_USB_CHIPIDEA_HOST=y
181CONFIG_USB_MXS_PHY=y
180CONFIG_USB_STORAGE=y 182CONFIG_USB_STORAGE=y
181CONFIG_MMC=y 183CONFIG_MMC=y
182CONFIG_MMC_SDHCI=y 184CONFIG_MMC_SDHCI=y