aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2012-10-01 21:28:06 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2012-10-01 21:28:06 -0400
commit2a2bf85f05e42b12ea6bfe821e2d19221cf93555 (patch)
tree11abcdaef6e4f8307574056998d306d21558b6ed /arch/arm/Kconfig
parent11801e9de26992d37cb869cc74f389b6a7677e0e (diff)
parent99261fbad0a16f105b262d7525801697588ba526 (diff)
Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM soc device tree updates from Olof Johansson: "Device tree conversion and enablement branch. Mostly a bunch of new bindings and setup for various platforms, but the Via/Winchip VT8500 platform is also converted over from being 100% legacy to now use device tree for probing. More of that will come for 3.8." Trivial conflicts due to removal of vt8500 files, and one documentation file that was added with slightly different contents both here and in the USb tree. * tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (212 commits) arm: vt8500: Fixup for missing gpio.h ARM: LPC32xx: LED fix in PHY3250 DTS file ARM: dt: mmp-dma: add binding file arm: vt8500: Update arch-vt8500 to devicetree support. arm: vt8500: gpio: Devicetree support for arch-vt8500 arm: vt8500: doc: Add device tree bindings for arch-vt8500 devices arm: vt8500: clk: Add Common Clock Framework support video: vt8500: Add devicetree support for vt8500-fb and wm8505-fb serial: vt8500: Add devicetree support for vt8500-serial rtc: vt8500: Add devicetree support for vt8500-rtc arm: vt8500: Add device tree files for VIA/Wondermedia SoC's ARM: tegra: Add Avionic Design Tamonten Evaluation Carrier support ARM: tegra: Add Avionic Design Medcom-Wide support ARM: tegra: Add Avionic Design Plutux support ARM: tegra: Add Avionic Design Tamonten support ARM: tegra: dts: Add pwm label ARM: ux500: Fix SSP register address format ARM: ux500: Apply tc3589x's GPIO/IRQ properties to HREF's DT ARM: ux500: Remove redundant #gpio-cell properties from Snowball DT ARM: ux500: Add all encompassing sound node to the HREF Device Tree ...
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig7
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index a97adeccf558..7362c9216b6d 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1003,6 +1003,10 @@ config ARCH_VT8500
1003 select ARCH_HAS_CPUFREQ 1003 select ARCH_HAS_CPUFREQ
1004 select GENERIC_CLOCKEVENTS 1004 select GENERIC_CLOCKEVENTS
1005 select ARCH_REQUIRE_GPIOLIB 1005 select ARCH_REQUIRE_GPIOLIB
1006 select USE_OF
1007 select COMMON_CLK
1008 select HAVE_CLK
1009 select CLKDEV_LOOKUP
1006 help 1010 help
1007 Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip. 1011 Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip.
1008 1012
@@ -1129,8 +1133,6 @@ source "arch/arm/mach-versatile/Kconfig"
1129source "arch/arm/mach-vexpress/Kconfig" 1133source "arch/arm/mach-vexpress/Kconfig"
1130source "arch/arm/plat-versatile/Kconfig" 1134source "arch/arm/plat-versatile/Kconfig"
1131 1135
1132source "arch/arm/mach-vt8500/Kconfig"
1133
1134source "arch/arm/mach-w90x900/Kconfig" 1136source "arch/arm/mach-w90x900/Kconfig"
1135 1137
1136# Definitions to make life easier 1138# Definitions to make life easier
@@ -1617,6 +1619,7 @@ config ARCH_NR_GPIO
1617 default 355 if ARCH_U8500 1619 default 355 if ARCH_U8500
1618 default 264 if MACH_H4700 1620 default 264 if MACH_H4700
1619 default 512 if SOC_OMAP5 1621 default 512 if SOC_OMAP5
1622 default 288 if ARCH_VT8500
1620 default 0 1623 default 0
1621 help 1624 help
1622 Maximum number of GPIOs in the system. 1625 Maximum number of GPIOs in the system.