Commit 967857dfd990081f6702daebc6c9bc6f4ba7a39e

Authored by Kees Cook
Committed by Greg Kroah-Hartman
1 parent 6f0c0580b7

drivers/base: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Showing 1 changed file with 3 additions and 4 deletions Side-by-side Diff

drivers/base/Kconfig
... ... @@ -57,7 +57,7 @@
57 57 on the rootfs is completely empty.
58 58  
59 59 config STANDALONE
60   - bool "Select only drivers that don't need compile-time external firmware" if EXPERIMENTAL
  60 + bool "Select only drivers that don't need compile-time external firmware"
61 61 default y
62 62 help
63 63 Select this option if you don't have magic firmware for drivers that
... ... @@ -185,7 +185,6 @@
185 185 bool
186 186 default n
187 187 select ANON_INODES
188   - depends on EXPERIMENTAL
189 188 help
190 189 This option enables the framework for buffer-sharing between
191 190 multiple drivers. A buffer is associated with a file using driver
... ... @@ -193,8 +192,8 @@
193 192 driver.
194 193  
195 194 config CMA
196   - bool "Contiguous Memory Allocator (EXPERIMENTAL)"
197   - depends on HAVE_DMA_CONTIGUOUS && HAVE_MEMBLOCK && EXPERIMENTAL
  195 + bool "Contiguous Memory Allocator"
  196 + depends on HAVE_DMA_CONTIGUOUS && HAVE_MEMBLOCK
198 197 select MIGRATION
199 198 select MEMORY_ISOLATION
200 199 help