aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig10
1 files changed, 6 insertions, 4 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 73067efd4845..9759fec0b704 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -547,6 +547,7 @@ config ARCH_KIRKWOOD
547 select CPU_FEROCEON 547 select CPU_FEROCEON
548 select GENERIC_CLOCKEVENTS 548 select GENERIC_CLOCKEVENTS
549 select PCI 549 select PCI
550 select PCI_QUIRKS
550 select PLAT_ORION_LEGACY 551 select PLAT_ORION_LEGACY
551 help 552 help
552 Support for the following Marvell Kirkwood series SoCs: 553 Support for the following Marvell Kirkwood series SoCs:
@@ -1603,8 +1604,8 @@ config NR_CPUS
1603 default "4" 1604 default "4"
1604 1605
1605config HOTPLUG_CPU 1606config HOTPLUG_CPU
1606 bool "Support for hot-pluggable CPUs (EXPERIMENTAL)" 1607 bool "Support for hot-pluggable CPUs"
1607 depends on SMP && HOTPLUG && EXPERIMENTAL 1608 depends on SMP && HOTPLUG
1608 help 1609 help
1609 Say Y here to experiment with turning CPUs off and on. CPUs 1610 Say Y here to experiment with turning CPUs off and on. CPUs
1610 can be controlled through /sys/devices/system/cpu. 1611 can be controlled through /sys/devices/system/cpu.
@@ -1645,8 +1646,8 @@ config HZ
1645 default 100 1646 default 100
1646 1647
1647config THUMB2_KERNEL 1648config THUMB2_KERNEL
1648 bool "Compile the kernel in Thumb-2 mode (EXPERIMENTAL)" 1649 bool "Compile the kernel in Thumb-2 mode"
1649 depends on CPU_V7 && !CPU_V6 && !CPU_V6K && EXPERIMENTAL 1650 depends on CPU_V7 && !CPU_V6 && !CPU_V6K
1650 select AEABI 1651 select AEABI
1651 select ARM_ASM_UNIFIED 1652 select ARM_ASM_UNIFIED
1652 select ARM_UNWIND 1653 select ARM_UNWIND
@@ -1850,6 +1851,7 @@ config XEN_DOM0
1850config XEN 1851config XEN
1851 bool "Xen guest support on ARM (EXPERIMENTAL)" 1852 bool "Xen guest support on ARM (EXPERIMENTAL)"
1852 depends on EXPERIMENTAL && ARM && OF 1853 depends on EXPERIMENTAL && ARM && OF
1854 depends on CPU_V7 && !CPU_V6
1853 help 1855 help
1854 Say Y if you want to run Linux in a Virtual Machine on Xen on ARM. 1856 Say Y if you want to run Linux in a Virtual Machine on Xen on ARM.
1855 1857