Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Russell King <rmk+kernel@arm.linux.org.uk>

+6 -5
+4 -3
arch/arm/Kconfig
··· 1315 1315 default 100 1316 1316 1317 1317 config THUMB2_KERNEL 1318 - bool "Compile the kernel in Thumb-2 mode" 1318 + bool "Compile the kernel in Thumb-2 mode (EXPERIMENTAL)" 1319 1319 depends on CPU_V7 && EXPERIMENTAL 1320 1320 select AEABI 1321 1321 select ARM_ASM_UNIFIED ··· 1529 1529 1530 1530 config CC_STACKPROTECTOR 1531 1531 bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)" 1532 + depends on EXPERIMENTAL 1532 1533 help 1533 1534 This option turns on the -fstack-protector GCC feature. This 1534 1535 feature puts, at the beginning of functions, a canary value on ··· 1713 1712 Internal configuration node for common cpufreq on Samsung SoC 1714 1713 1715 1714 config CPU_FREQ_S3C24XX 1716 - bool "CPUfreq driver for Samsung S3C24XX series CPUs" 1715 + bool "CPUfreq driver for Samsung S3C24XX series CPUs (EXPERIMENTAL)" 1717 1716 depends on ARCH_S3C2410 && CPU_FREQ && EXPERIMENTAL 1718 1717 select CPU_FREQ_S3C 1719 1718 help ··· 1725 1724 If in doubt, say N. 1726 1725 1727 1726 config CPU_FREQ_S3C24XX_PLL 1728 - bool "Support CPUfreq changing of PLL frequency" 1727 + bool "Support CPUfreq changing of PLL frequency (EXPERIMENTAL)" 1729 1728 depends on CPU_FREQ_S3C24XX && EXPERIMENTAL 1730 1729 help 1731 1730 Compile in support for changing the PLL frequency from the
+1 -1
arch/arm/Kconfig.debug
··· 31 31 reported is severely limited. 32 32 33 33 config ARM_UNWIND 34 - bool "Enable stack unwinding support" 34 + bool "Enable stack unwinding support (EXPERIMENTAL)" 35 35 depends on AEABI && EXPERIMENTAL 36 36 default y 37 37 help
+1 -1
arch/arm/mach-s3c2412/Kconfig
··· 52 52 Say Y here if you are using the Logitech Jive. 53 53 54 54 config MACH_JIVE_SHOW_BOOTLOADER 55 - bool "Allow access to bootloader partitions in MTD" 55 + bool "Allow access to bootloader partitions in MTD (EXPERIMENTAL)" 56 56 depends on MACH_JIVE && EXPERIMENTAL 57 57 58 58 config MACH_SMDK2413