Skip to content

Commit ec87905

Browse files
committed
arch/powerpc/platforms/ps3: 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: Geoff Levand <geoff@infradead.org> CC: Benjamin Herrenschmidt <benh@kernel.crashing.org> CC: Paul Mackerras <paulus@samba.org> Signed-off-by: Kees Cook <keescook@chromium.org> Acked-by: Geoff Levand <geoff@infradead.org>
1 parent 076c6f2 commit ec87905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/platforms/ps3/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ config PS3_HTAB_SIZE
4848
system will have optimal runtime performance.
4949

5050
config PS3_DYNAMIC_DMA
51-
depends on PPC_PS3 && EXPERIMENTAL
51+
depends on PPC_PS3
5252
bool "PS3 Platform dynamic DMA page table management"
5353
default n
5454
help

0 commit comments

Comments
 (0)