diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-02-08 21:09:55 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-02-08 21:09:55 +0000 |
commit | a73a3ff127df1b35d6771f7d3ce36373def8398f (patch) | |
tree | d0d97c74336b81e0b673029c80f0e7d0b0fde4ea | |
parent | 61c484d41f0e5fb44f9a32cd3352734a04aae3ef (diff) | |
download | blackbird-obmc-linux-a73a3ff127df1b35d6771f7d3ce36373def8398f.tar.gz blackbird-obmc-linux-a73a3ff127df1b35d6771f7d3ce36373def8398f.zip |
[ARM] Experimental config options should have (EXPERIMENTAL)
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-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 To use this you need GCC version 4.0.0 or later. config OABI_COMPAT - bool "Allow old ABI binaries to run with this kernel" + bool "Allow old ABI binaries to run with this kernel (EXPERIMENTAL)" depends on AEABI && EXPERIMENTAL default y help |