diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-02-08 16:09:55 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-02-08 16:09:55 -0500 |
commit | a73a3ff127df1b35d6771f7d3ce36373def8398f (patch) | |
tree | d0d97c74336b81e0b673029c80f0e7d0b0fde4ea /arch/arm | |
parent | 61c484d41f0e5fb44f9a32cd3352734a04aae3ef (diff) |
[ARM] Experimental config options should have (EXPERIMENTAL)
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 76cd475f0b80..77eee38762d6 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -445,7 +445,7 @@ config AEABI | |||
445 | To use this you need GCC version 4.0.0 or later. | 445 | To use this you need GCC version 4.0.0 or later. |
446 | 446 | ||
447 | config OABI_COMPAT | 447 | config OABI_COMPAT |
448 | bool "Allow old ABI binaries to run with this kernel" | 448 | bool "Allow old ABI binaries to run with this kernel (EXPERIMENTAL)" |
449 | depends on AEABI && EXPERIMENTAL | 449 | depends on AEABI && EXPERIMENTAL |
450 | default y | 450 | default y |
451 | help | 451 | help |