Преглед изворни кода

drivers/pnp/pnpbios: 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.

Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Kees Cook пре 12 година
родитељ
комит
35de87deee
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      drivers/pnp/pnpbios/Kconfig

+ 2 - 2
drivers/pnp/pnpbios/Kconfig

@@ -2,8 +2,8 @@
 # Plug and Play BIOS configuration
 # Plug and Play BIOS configuration
 #
 #
 config PNPBIOS
 config PNPBIOS
-	bool "Plug and Play BIOS support (EXPERIMENTAL)"
-	depends on ISA && X86 && EXPERIMENTAL
+	bool "Plug and Play BIOS support"
+	depends on ISA && X86
 	default n
 	default n
 	---help---
 	---help---
 	  Linux uses the PNPBIOS as defined in "Plug and Play BIOS
 	  Linux uses the PNPBIOS as defined in "Plug and Play BIOS