diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-10-22 22:54:30 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-10-22 22:54:30 +0100 |
commit | 00b7dede8bc3881b29f2efbcae1355fc769252ab (patch) | |
tree | b4cc16b150cbc1dbef760b16112df67cb54751dd /arch/arm | |
parent | ad17a26e2273d18d27fcbb4a8d8a341ebb2d721f (diff) | |
download | linux-3.10-00b7dede8bc3881b29f2efbcae1355fc769252ab.tar.gz linux-3.10-00b7dede8bc3881b29f2efbcae1355fc769252ab.tar.bz2 linux-3.10-00b7dede8bc3881b29f2efbcae1355fc769252ab.zip |
ARM: drop experimental status for hotplug and Thumb2
Both these features have been around for a long time now, and haven't
had any recent issues brought up. So lets drop their experimental
status.
In any case, hotplugis selected by other non-experimental options
which then cause a Kconfig warning.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 73067efd484..35a26d42ef3 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1603,8 +1603,8 @@ config NR_CPUS default "4" config HOTPLUG_CPU - bool "Support for hot-pluggable CPUs (EXPERIMENTAL)" - depends on SMP && HOTPLUG && EXPERIMENTAL + bool "Support for hot-pluggable CPUs" + depends on SMP && HOTPLUG help Say Y here to experiment with turning CPUs off and on. CPUs can be controlled through /sys/devices/system/cpu. @@ -1645,8 +1645,8 @@ config HZ default 100 config THUMB2_KERNEL - bool "Compile the kernel in Thumb-2 mode (EXPERIMENTAL)" - depends on CPU_V7 && !CPU_V6 && !CPU_V6K && EXPERIMENTAL + bool "Compile the kernel in Thumb-2 mode" + depends on CPU_V7 && !CPU_V6 && !CPU_V6K select AEABI select ARM_ASM_UNIFIED select ARM_UNWIND |