aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2012-10-23 16:01:27 -0400
committerGeert Uytterhoeven <geert@linux-m68k.org>2012-11-14 02:50:54 -0500
commit112f8b1294cc20163dc547399a0c4df5783cd89d (patch)
treef971be4069dfad46392a816593dee62603acbab8 /arch/m68k
parent77b67063bb6bce6d475e910d3b886a606d0d91f7 (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')
-rw-r--r--arch/m68k/Kconfig.bus4
-rw-r--r--arch/m68k/Kconfig.cpu3
-rw-r--r--arch/m68k/Kconfig.debug2
-rw-r--r--arch/m68k/Kconfig.devices6
4 files changed, 7 insertions, 8 deletions
diff --git a/arch/m68k/Kconfig.bus b/arch/m68k/Kconfig.bus
index ffc0601a2a19..93ef0346b209 100644
--- a/arch/m68k/Kconfig.bus
+++ b/arch/m68k/Kconfig.bus
@@ -28,8 +28,8 @@ config ZORRO
28 Linux use these. 28 Linux use these.
29 29
30config AMIGA_PCMCIA 30config AMIGA_PCMCIA
31 bool "Amiga 1200/600 PCMCIA support (EXPERIMENTAL)" 31 bool "Amiga 1200/600 PCMCIA support"
32 depends on AMIGA && EXPERIMENTAL 32 depends on AMIGA
33 help 33 help
34 Include support in the kernel for pcmcia on Amiga 1200 and Amiga 34 Include support in the kernel for pcmcia on Amiga 1200 and Amiga
35 600. If you intend to use pcmcia cards say Y; otherwise say N. 35 600. If you intend to use pcmcia cards say Y; otherwise say N.
diff --git a/arch/m68k/Kconfig.cpu b/arch/m68k/Kconfig.cpu
index c4eb79edecec..2f2d87b40341 100644
--- a/arch/m68k/Kconfig.cpu
+++ b/arch/m68k/Kconfig.cpu
@@ -274,9 +274,8 @@ endif # COLDFIRE
274comment "Processor Specific Options" 274comment "Processor Specific Options"
275 275
276config M68KFPU_EMU 276config M68KFPU_EMU
277 bool "Math emulation support (EXPERIMENTAL)" 277 bool "Math emulation support"
278 depends on MMU 278 depends on MMU
279 depends on EXPERIMENTAL
280 help 279 help
281 At some point in the future, this will cause floating-point math 280 At some point in the future, this will cause floating-point math
282 instructions to be emulated by the kernel on machines that lack a 281 instructions to be emulated by the kernel on machines that lack a
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
42config BDM_DISABLE 42config 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
diff --git a/arch/m68k/Kconfig.devices b/arch/m68k/Kconfig.devices
index 04a3d9be90e9..c4cdfe444c64 100644
--- a/arch/m68k/Kconfig.devices
+++ b/arch/m68k/Kconfig.devices
@@ -60,8 +60,8 @@ endmenu
60menu "Character devices" 60menu "Character devices"
61 61
62config ATARI_DSP56K 62config ATARI_DSP56K
63 tristate "Atari DSP56k support (EXPERIMENTAL)" 63 tristate "Atari DSP56k support"
64 depends on ATARI && EXPERIMENTAL 64 depends on ATARI
65 help 65 help
66 If you want to be able to use the DSP56001 in Falcons, say Y. This 66 If you want to be able to use the DSP56001 in Falcons, say Y. This
67 driver is still experimental, and if you don't know what it is, or 67 driver is still experimental, and if you don't know what it is, or
@@ -87,7 +87,7 @@ config HPDCA
87 87
88config HPAPCI 88config HPAPCI
89 tristate "HP APCI serial support" 89 tristate "HP APCI serial support"
90 depends on HP300 && SERIAL_8250 && EXPERIMENTAL 90 depends on HP300 && SERIAL_8250
91 help 91 help
92 If you want to use the internal "APCI" serial ports on an HP400 92 If you want to use the internal "APCI" serial ports on an HP400
93 machine, say Y here. 93 machine, say Y here.