aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2012-11-05 12:50:33 -0500
committerOlof Johansson <olof@lixom.net>2012-11-05 12:50:33 -0500
commitc2d8c259bfce056437e8dbc4b048944050f9b567 (patch)
tree726e49653f7014bea034c59624ea23c21d6df13f /arch/arm/Kconfig
parente4de6c961cc8b688443c7989ae3e38d0518334a5 (diff)
parente5c5f2adeb370559f4b221d57214db85858b786a (diff)
Merge branch 'devel/debug_ll_init' into next/multiplatform
* devel/debug_ll_init: ARM: implement debug_ll_io_init() + sync to Linux 3.7-rc4
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig9
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 2a262a8ef7e9..1aa43c6edfaa 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1607,8 +1607,8 @@ config NR_CPUS
1607 default "4" 1607 default "4"
1608 1608
1609config HOTPLUG_CPU 1609config HOTPLUG_CPU
1610 bool "Support for hot-pluggable CPUs (EXPERIMENTAL)" 1610 bool "Support for hot-pluggable CPUs"
1611 depends on SMP && HOTPLUG && EXPERIMENTAL 1611 depends on SMP && HOTPLUG
1612 help 1612 help
1613 Say Y here to experiment with turning CPUs off and on. CPUs 1613 Say Y here to experiment with turning CPUs off and on. CPUs
1614 can be controlled through /sys/devices/system/cpu. 1614 can be controlled through /sys/devices/system/cpu.
@@ -1649,8 +1649,8 @@ config HZ
1649 default 100 1649 default 100
1650 1650
1651config THUMB2_KERNEL 1651config THUMB2_KERNEL
1652 bool "Compile the kernel in Thumb-2 mode (EXPERIMENTAL)" 1652 bool "Compile the kernel in Thumb-2 mode"
1653 depends on CPU_V7 && !CPU_V6 && !CPU_V6K && EXPERIMENTAL 1653 depends on CPU_V7 && !CPU_V6 && !CPU_V6K
1654 select AEABI 1654 select AEABI
1655 select ARM_ASM_UNIFIED 1655 select ARM_ASM_UNIFIED
1656 select ARM_UNWIND 1656 select ARM_UNWIND
@@ -1854,6 +1854,7 @@ config XEN_DOM0
1854config XEN 1854config XEN
1855 bool "Xen guest support on ARM (EXPERIMENTAL)" 1855 bool "Xen guest support on ARM (EXPERIMENTAL)"
1856 depends on EXPERIMENTAL && ARM && OF 1856 depends on EXPERIMENTAL && ARM && OF
1857 depends on CPU_V7 && !CPU_V6
1857 help 1858 help
1858 Say Y if you want to run Linux in a Virtual Machine on Xen on ARM. 1859 Say Y if you want to run Linux in a Virtual Machine on Xen on ARM.
1859 1860