aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2012-03-27 18:55:54 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2012-03-27 18:55:54 -0400
commitc8bc5e39ac110acc88e41dd45d3f99956686f074 (patch)
tree1e4c21347e6d7b3cd7ac649436bbf3e2c1854229 /arch/arm/Kconfig
parente22057c8599373e5caef0bc42bdb95d2a361ab0d (diff)
parent489e7bece7f6859a7df484a4dce08fa51fb0d876 (diff)
Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull "ARM: Non-critical bug fixes" from Ardn Bergmann: "Simple bug fixes that were not considered important enough for inclusion into 3.3. One bug fix was originally intended for 3.3 but accidentally got missed, but is not marked stable because it should only get backported once later fixes also make it into v3.4. Signed-off-by: Arnd Bergmann <arnd@arndb.de>" * tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (66 commits) iomux-mx25.h slew rate adjusted for LCD __LD pins ARM: davinci: DA850: move da850_register_pm to .init.text ARM: davinci: cpufreq: fix compiler warning ARM: OMAP2+: Fix build for omap4 only builds with missing include of linux/bug.h ARM: OMAP2+: Fix section warnings for hsmmc_init_one ARM: OMAP2+: Fix build issues with missing include of linux/bug.h ARM: OMAP2+: gpmc-smsc911x: only register regulator for first instance ARM: OMAP3+: PM: VP: fix integer truncation error ARM: OMAP2+: PM: fix wakeupgen warning when hotplug disabled ARM: OMAP2+: PM: fix section mismatch with omap2_init_processor_devices() ARM: OMAP2: Fix section warning for n8x0 when CONFIG_MMC_OMAP is not set ARM: OMAP2+: Fix omap24xx_io_desc warning if SoC subtypes are not selected ARM: OMAP1: Fix section mismatch for omap1_init_early() ARM: OMAP1: Fix typo in lcd_dma.c ARM: OMAP: mailbox: trivial whitespace fix ARM: OMAP: Remove definition cpu_is_omap4430() ARM: OMAP2+: included some headers twice ARM: OMAP: clock.c: included linux/debugfs.h twice ARM: OMAP: don't build hwspinlock in vain ARM: OMAP2+: ads7846_init: put gpio_pendown into pdata if it's provided ...
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 87693e63112..f0501635b88 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -907,6 +907,7 @@ config ARCH_U300
907 907
908config ARCH_U8500 908config ARCH_U8500
909 bool "ST-Ericsson U8500 Series" 909 bool "ST-Ericsson U8500 Series"
910 depends on MMU
910 select CPU_V7 911 select CPU_V7
911 select ARM_AMBA 912 select ARM_AMBA
912 select GENERIC_CLOCKEVENTS 913 select GENERIC_CLOCKEVENTS
@@ -1583,7 +1584,7 @@ config LOCAL_TIMERS
1583config ARCH_NR_GPIO 1584config ARCH_NR_GPIO
1584 int 1585 int
1585 default 1024 if ARCH_SHMOBILE || ARCH_TEGRA 1586 default 1024 if ARCH_SHMOBILE || ARCH_TEGRA
1586 default 350 if ARCH_U8500 1587 default 355 if ARCH_U8500
1587 default 0 1588 default 0
1588 help 1589 help
1589 Maximum number of GPIOs in the system. 1590 Maximum number of GPIOs in the system.