Commit 4a50bfe3 authored by Russell King's avatar Russell King

ARM: Ensure experimental options are so marked

It is kernel-wide policy that options depending on EXPERIMENTAL should
also have '(EXPERIMENTAL)' in their option text, and options with
'(EXPERIMENTAL)' depend on EXPERIMENTAL.

Ensure that all ARM options comply with this.
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 0385ebc0
...@@ -1315,7 +1315,7 @@ config HZ ...@@ -1315,7 +1315,7 @@ config HZ
default 100 default 100
config THUMB2_KERNEL config THUMB2_KERNEL
bool "Compile the kernel in Thumb-2 mode" bool "Compile the kernel in Thumb-2 mode (EXPERIMENTAL)"
depends on CPU_V7 && EXPERIMENTAL depends on CPU_V7 && EXPERIMENTAL
select AEABI select AEABI
select ARM_ASM_UNIFIED select ARM_ASM_UNIFIED
...@@ -1529,6 +1529,7 @@ config SECCOMP ...@@ -1529,6 +1529,7 @@ config SECCOMP
config CC_STACKPROTECTOR config CC_STACKPROTECTOR
bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)" bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)"
depends on EXPERIMENTAL
help help
This option turns on the -fstack-protector GCC feature. This This option turns on the -fstack-protector GCC feature. This
feature puts, at the beginning of functions, a canary value on feature puts, at the beginning of functions, a canary value on
...@@ -1712,7 +1713,7 @@ config CPU_FREQ_S3C ...@@ -1712,7 +1713,7 @@ config CPU_FREQ_S3C
Internal configuration node for common cpufreq on Samsung SoC Internal configuration node for common cpufreq on Samsung SoC
config CPU_FREQ_S3C24XX config CPU_FREQ_S3C24XX
bool "CPUfreq driver for Samsung S3C24XX series CPUs" bool "CPUfreq driver for Samsung S3C24XX series CPUs (EXPERIMENTAL)"
depends on ARCH_S3C2410 && CPU_FREQ && EXPERIMENTAL depends on ARCH_S3C2410 && CPU_FREQ && EXPERIMENTAL
select CPU_FREQ_S3C select CPU_FREQ_S3C
help help
...@@ -1724,7 +1725,7 @@ config CPU_FREQ_S3C24XX ...@@ -1724,7 +1725,7 @@ config CPU_FREQ_S3C24XX
If in doubt, say N. If in doubt, say N.
config CPU_FREQ_S3C24XX_PLL config CPU_FREQ_S3C24XX_PLL
bool "Support CPUfreq changing of PLL frequency" bool "Support CPUfreq changing of PLL frequency (EXPERIMENTAL)"
depends on CPU_FREQ_S3C24XX && EXPERIMENTAL depends on CPU_FREQ_S3C24XX && EXPERIMENTAL
help help
Compile in support for changing the PLL frequency from the Compile in support for changing the PLL frequency from the
......
...@@ -31,7 +31,7 @@ config FRAME_POINTER ...@@ -31,7 +31,7 @@ config FRAME_POINTER
reported is severely limited. reported is severely limited.
config ARM_UNWIND config ARM_UNWIND
bool "Enable stack unwinding support" bool "Enable stack unwinding support (EXPERIMENTAL)"
depends on AEABI && EXPERIMENTAL depends on AEABI && EXPERIMENTAL
default y default y
help help
......
...@@ -52,7 +52,7 @@ config MACH_JIVE ...@@ -52,7 +52,7 @@ config MACH_JIVE
Say Y here if you are using the Logitech Jive. Say Y here if you are using the Logitech Jive.
config MACH_JIVE_SHOW_BOOTLOADER config MACH_JIVE_SHOW_BOOTLOADER
bool "Allow access to bootloader partitions in MTD" bool "Allow access to bootloader partitions in MTD (EXPERIMENTAL)"
depends on MACH_JIVE && EXPERIMENTAL depends on MACH_JIVE && EXPERIMENTAL
config MACH_SMDK2413 config MACH_SMDK2413
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment