diff options
author | Kees Cook <keescook@chromium.org> | 2013-01-16 21:53:23 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-21 17:43:12 -0500 |
commit | d848cd2eddd858057fee1ac36ffc1a5e863cdc20 (patch) | |
tree | 01249b7d111ed2b15ff84bed570722ac82872d2d /arch | |
parent | 07ff8b5358b8abcfe4c0d3806782e627bd36679d (diff) |
arch/powerpc/platforms/85xx: 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: Kumar Gala <galak@kernel.crashing.org>
CC: Benjamin Herrenschmidt <benh@kernel.crashing.org>
CC: Paul Mackerras <paulus@samba.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/platforms/85xx/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig index 02d02a09942d..92ab60a62711 100644 --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig | |||
@@ -277,7 +277,6 @@ config P5040_DS | |||
277 | 277 | ||
278 | config PPC_QEMU_E500 | 278 | config PPC_QEMU_E500 |
279 | bool "QEMU generic e500 platform" | 279 | bool "QEMU generic e500 platform" |
280 | depends on EXPERIMENTAL | ||
281 | select DEFAULT_UIMAGE | 280 | select DEFAULT_UIMAGE |
282 | help | 281 | help |
283 | This option enables support for running as a QEMU guest using | 282 | This option enables support for running as a QEMU guest using |