diff options
author | Kees Cook <keescook@chromium.org> | 2012-10-23 16:01:27 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-11-14 02:50:54 -0500 |
commit | 112f8b1294cc20163dc547399a0c4df5783cd89d (patch) | |
tree | f971be4069dfad46392a816593dee62603acbab8 /arch/m68k/Kconfig.debug | |
parent | 77b67063bb6bce6d475e910d3b886a606d0d91f7 (diff) |
arch/m68k: remove CONFIG_EXPERIMENTAL
This config item has not carried much meaning for a while now and is
almost always enabled by default. As agreed during the Linux kernel
summit, remove it.
CC: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/Kconfig.debug')
-rw-r--r-- | arch/m68k/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/Kconfig.debug b/arch/m68k/Kconfig.debug index 87233acef18b..fa12283d58fc 100644 --- a/arch/m68k/Kconfig.debug +++ b/arch/m68k/Kconfig.debug | |||
@@ -41,7 +41,7 @@ config NO_KERNEL_MSG | |||
41 | 41 | ||
42 | config BDM_DISABLE | 42 | config BDM_DISABLE |
43 | bool "Disable BDM signals" | 43 | bool "Disable BDM signals" |
44 | depends on (EXPERIMENTAL && COLDFIRE) | 44 | depends on COLDFIRE |
45 | help | 45 | help |
46 | Disable the ColdFire CPU's BDM signals. | 46 | Disable the ColdFire CPU's BDM signals. |
47 | 47 | ||