aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2013-01-16 21:53:18 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-21 17:43:12 -0500
commit8d2f5f0e571e85d5fc171b5512c59e8587f5077d (patch)
treeb9f66d3bf3c2f0ccd71b9bdae31a01561141e71f /arch/mips
parent89a0677b7cc5c3f2c2738ec815081c8b1ea50695 (diff)
arch/mips/jazz: remove depends on CONFIG_EXPERIMENTAL
The CONFIG_EXPERIMENTAL 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 from any "depends on" lines in Kconfigs. CC: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/jazz/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/jazz/Kconfig b/arch/mips/jazz/Kconfig
index 1f372b0d2559..fb1e072da30b 100644
--- a/arch/mips/jazz/Kconfig
+++ b/arch/mips/jazz/Kconfig
@@ -1,6 +1,6 @@
1config ACER_PICA_61 1config ACER_PICA_61
2 bool "Support for Acer PICA 1 chipset (EXPERIMENTAL)" 2 bool "Support for Acer PICA 1 chipset"
3 depends on MACH_JAZZ && EXPERIMENTAL 3 depends on MACH_JAZZ
4 select DMA_NONCOHERENT 4 select DMA_NONCOHERENT
5 select SYS_SUPPORTS_LITTLE_ENDIAN 5 select SYS_SUPPORTS_LITTLE_ENDIAN
6 help 6 help
@@ -13,7 +13,7 @@ config MIPS_MAGNUM_4000
13 bool "Support for MIPS Magnum 4000" 13 bool "Support for MIPS Magnum 4000"
14 depends on MACH_JAZZ 14 depends on MACH_JAZZ
15 select DMA_NONCOHERENT 15 select DMA_NONCOHERENT
16 select SYS_SUPPORTS_BIG_ENDIAN if EXPERIMENTAL 16 select SYS_SUPPORTS_BIG_ENDIAN
17 select SYS_SUPPORTS_LITTLE_ENDIAN 17 select SYS_SUPPORTS_LITTLE_ENDIAN
18 help 18 help
19 This is a machine with a R4000 100 MHz CPU. To compile a Linux 19 This is a machine with a R4000 100 MHz CPU. To compile a Linux