diff options
-rw-r--r-- | arch/arm/Kconfig | 7 | ||||
-rw-r--r-- | arch/arm/Kconfig.debug | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c2412/Kconfig | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 7e94f8609c8..fd0e21be5e4 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1315,7 +1315,7 @@ config HZ | |||
1315 | default 100 | 1315 | default 100 |
1316 | 1316 | ||
1317 | config THUMB2_KERNEL | 1317 | config THUMB2_KERNEL |
1318 | bool "Compile the kernel in Thumb-2 mode" | 1318 | bool "Compile the kernel in Thumb-2 mode (EXPERIMENTAL)" |
1319 | depends on CPU_V7 && EXPERIMENTAL | 1319 | depends on CPU_V7 && EXPERIMENTAL |
1320 | select AEABI | 1320 | select AEABI |
1321 | select ARM_ASM_UNIFIED | 1321 | select ARM_ASM_UNIFIED |
@@ -1529,6 +1529,7 @@ config SECCOMP | |||
1529 | 1529 | ||
1530 | config CC_STACKPROTECTOR | 1530 | config CC_STACKPROTECTOR |
1531 | bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)" | 1531 | bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)" |
1532 | depends on EXPERIMENTAL | ||
1532 | help | 1533 | help |
1533 | This option turns on the -fstack-protector GCC feature. This | 1534 | This option turns on the -fstack-protector GCC feature. This |
1534 | feature puts, at the beginning of functions, a canary value on | 1535 | feature puts, at the beginning of functions, a canary value on |
@@ -1712,7 +1713,7 @@ config CPU_FREQ_S3C | |||
1712 | Internal configuration node for common cpufreq on Samsung SoC | 1713 | Internal configuration node for common cpufreq on Samsung SoC |
1713 | 1714 | ||
1714 | config CPU_FREQ_S3C24XX | 1715 | config CPU_FREQ_S3C24XX |
1715 | bool "CPUfreq driver for Samsung S3C24XX series CPUs" | 1716 | bool "CPUfreq driver for Samsung S3C24XX series CPUs (EXPERIMENTAL)" |
1716 | depends on ARCH_S3C2410 && CPU_FREQ && EXPERIMENTAL | 1717 | depends on ARCH_S3C2410 && CPU_FREQ && EXPERIMENTAL |
1717 | select CPU_FREQ_S3C | 1718 | select CPU_FREQ_S3C |
1718 | help | 1719 | help |
@@ -1724,7 +1725,7 @@ config CPU_FREQ_S3C24XX | |||
1724 | If in doubt, say N. | 1725 | If in doubt, say N. |
1725 | 1726 | ||
1726 | config CPU_FREQ_S3C24XX_PLL | 1727 | config CPU_FREQ_S3C24XX_PLL |
1727 | bool "Support CPUfreq changing of PLL frequency" | 1728 | bool "Support CPUfreq changing of PLL frequency (EXPERIMENTAL)" |
1728 | depends on CPU_FREQ_S3C24XX && EXPERIMENTAL | 1729 | depends on CPU_FREQ_S3C24XX && EXPERIMENTAL |
1729 | help | 1730 | help |
1730 | Compile in support for changing the PLL frequency from the | 1731 | Compile in support for changing the PLL frequency from the |
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 2fd0b99afc4..a5775a56f0b 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -31,7 +31,7 @@ config FRAME_POINTER | |||
31 | reported is severely limited. | 31 | reported is severely limited. |
32 | 32 | ||
33 | config ARM_UNWIND | 33 | config ARM_UNWIND |
34 | bool "Enable stack unwinding support" | 34 | bool "Enable stack unwinding support (EXPERIMENTAL)" |
35 | depends on AEABI && EXPERIMENTAL | 35 | depends on AEABI && EXPERIMENTAL |
36 | default y | 36 | default y |
37 | help | 37 | help |
diff --git a/arch/arm/mach-s3c2412/Kconfig b/arch/arm/mach-s3c2412/Kconfig index cef6a65637b..e824a85c89a 100644 --- a/arch/arm/mach-s3c2412/Kconfig +++ b/arch/arm/mach-s3c2412/Kconfig | |||
@@ -52,7 +52,7 @@ config MACH_JIVE | |||
52 | Say Y here if you are using the Logitech Jive. | 52 | Say Y here if you are using the Logitech Jive. |
53 | 53 | ||
54 | config MACH_JIVE_SHOW_BOOTLOADER | 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 | depends on MACH_JIVE && EXPERIMENTAL | 56 | depends on MACH_JIVE && EXPERIMENTAL |
57 | 57 | ||
58 | config MACH_SMDK2413 | 58 | config MACH_SMDK2413 |