aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2013-04-09 09:50:59 -0400
committerArnd Bergmann <arnd@arndb.de>2013-04-09 10:01:23 -0400
commit835f9c38bbb4498c3d43b7466964bdadbb1fd244 (patch)
treeade5aec66bc7ddb97048c4f141932de0f93369b9 /arch/arm/Kconfig
parentf5f29151588744ea2e283971cb0ad403ee04e3e2 (diff)
parenta937536b868b8369b98967929045f1df54234323 (diff)
Merge tag 'v3.9-rc3' into next/multiplatform
Linux 3.9-rc3 Conflicts: arch/arm/Kconfig arch/arm/mach-spear/spear3xx.c arch/arm/plat-spear/Kconfig This is a dependency for ux500/multiplatform Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig11
1 files changed, 7 insertions, 4 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index e4bbc8bca03c..0036238d4b7a 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -509,7 +509,6 @@ config ARCH_IXP4XX
509config ARCH_DOVE 509config ARCH_DOVE
510 bool "Marvell Dove" 510 bool "Marvell Dove"
511 select ARCH_REQUIRE_GPIOLIB 511 select ARCH_REQUIRE_GPIOLIB
512 select COMMON_CLK_DOVE
513 select CPU_V7 512 select CPU_V7
514 select GENERIC_CLOCKEVENTS 513 select GENERIC_CLOCKEVENTS
515 select MIGHT_HAVE_PCI 514 select MIGHT_HAVE_PCI
@@ -1584,13 +1583,16 @@ config LOCAL_TIMERS
1584 accounting to be spread across the timer interval, preventing a 1583 accounting to be spread across the timer interval, preventing a
1585 "thundering herd" at every timer tick. 1584 "thundering herd" at every timer tick.
1586 1585
1586# The GPIO number here must be sorted by descending number. In case of
1587# a multiplatform kernel, we just want the highest value required by the
1588# selected platforms.
1587config ARCH_NR_GPIO 1589config ARCH_NR_GPIO
1588 int 1590 int
1589 default 1024 if ARCH_SHMOBILE || ARCH_TEGRA 1591 default 1024 if ARCH_SHMOBILE || ARCH_TEGRA
1590 default 355 if ARCH_U8500
1591 default 264 if MACH_H4700
1592 default 512 if SOC_OMAP5 1592 default 512 if SOC_OMAP5
1593 default 355 if ARCH_U8500
1593 default 288 if ARCH_VT8500 || ARCH_SUNXI 1594 default 288 if ARCH_VT8500 || ARCH_SUNXI
1595 default 264 if MACH_H4700
1594 default 0 1596 default 0
1595 help 1597 help
1596 Maximum number of GPIOs in the system. 1598 Maximum number of GPIOs in the system.
@@ -1814,8 +1816,9 @@ config XEN_DOM0
1814 1816
1815config XEN 1817config XEN
1816 bool "Xen guest support on ARM (EXPERIMENTAL)" 1818 bool "Xen guest support on ARM (EXPERIMENTAL)"
1817 depends on ARM && OF 1819 depends on ARM && AEABI && OF
1818 depends on CPU_V7 && !CPU_V6 1820 depends on CPU_V7 && !CPU_V6
1821 depends on !GENERIC_ATOMIC64
1819 help 1822 help
1820 Say Y if you want to run Linux in a Virtual Machine on Xen on ARM. 1823 Say Y if you want to run Linux in a Virtual Machine on Xen on ARM.
1821 1824