diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-02-08 22:09:55 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-02-08 22:09:55 +0100 |
commit | a73a3ff127df1b35d6771f7d3ce36373def8398f (patch) | |
tree | d0d97c74336b81e0b673029c80f0e7d0b0fde4ea /arch | |
parent | [ARM] 3307/1: old ABI compat: mark it experimental (diff) | |
download | linux-a73a3ff127df1b35d6771f7d3ce36373def8398f.tar.xz linux-a73a3ff127df1b35d6771f7d3ce36373def8398f.zip |
[ARM] Experimental config options should have (EXPERIMENTAL)
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-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 |