aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2412
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2010-12-05 18:06:22 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-12-05 18:06:22 -0500
commit4a50bfe365a977f634311504484342fbfffe855c (patch)
treebbe92d0aef2062feea7ea26d46d409e16aaf2669 /arch/arm/mach-s3c2412
parent0385ebc0c9b16fc2d8262c082843165313f7b1e4 (diff)
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>
Diffstat (limited to 'arch/arm/mach-s3c2412')
-rw-r--r--arch/arm/mach-s3c2412/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2412/Kconfig b/arch/arm/mach-s3c2412/Kconfig
index cef6a65637bd..e824a85c89a8 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
54config MACH_JIVE_SHOW_BOOTLOADER 54config 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
58config MACH_SMDK2413 58config MACH_SMDK2413