aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorTony Prisk <linux@prisktech.co.nz>2012-08-03 05:00:06 -0400
committerTony Prisk <linux@prisktech.co.nz>2012-09-21 03:24:00 -0400
commite9a91de7602a0a6999f23a2981db68b69aa695a7 (patch)
tree7f28d03f69835ead9232c7849c3b2ac1eb8fa9c4 /arch/arm/Kconfig
parent4e48b1c56019868b34efcd0e2334b7cdfac14092 (diff)
arm: vt8500: Update arch-vt8500 to devicetree support.
Merged existing board files to a single dt-capable file. Converted irq and timer code to devicetree. Removed existing device files that are no longer required with devicetree support. All existing platform devices are converted to devicetree nodes except PWM. Removed restart.c and moved code into vt8500.c to remove duplicate PMC code. Signed-off-by: Tony Prisk <linux@prisktech.co.nz> Acked-by: Arnd Bergmann <arnd@arndb.de>
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 2f88d8d97701..26f7e3b4373c 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1005,6 +1005,10 @@ config ARCH_VT8500
1005 select ARCH_HAS_CPUFREQ 1005 select ARCH_HAS_CPUFREQ
1006 select GENERIC_CLOCKEVENTS 1006 select GENERIC_CLOCKEVENTS
1007 select ARCH_REQUIRE_GPIOLIB 1007 select ARCH_REQUIRE_GPIOLIB
1008 select USE_OF
1009 select COMMON_CLK
1010 select HAVE_CLK
1011 select CLKDEV_LOOKUP
1008 help 1012 help
1009 Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip. 1013 Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip.
1010 1014
@@ -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
@@ -1623,6 +1625,7 @@ config ARCH_NR_GPIO
1623 default 355 if ARCH_U8500 1625 default 355 if ARCH_U8500
1624 default 264 if MACH_H4700 1626 default 264 if MACH_H4700
1625 default 512 if SOC_OMAP5 1627 default 512 if SOC_OMAP5
1628 default 288 if ARCH_VT8500
1626 default 0 1629 default 0
1627 help 1630 help
1628 Maximum number of GPIOs in the system. 1631 Maximum number of GPIOs in the system.