From: Kees Cook Date: Fri, 18 Jan 2013 12:57:39 +0000 (+0100) Subject: drivers/pnp/pnpbios: remove depends on CONFIG_EXPERIMENTAL X-Git-Tag: v3.9-rc1~146^2~8^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=35de87deeec89410d60118939aa37e2499bb1659;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Kees Cook Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/pnp/pnpbios/Kconfig b/drivers/pnp/pnpbios/Kconfig index b986d9fa3b9af..50c3dd065e030 100644 --- a/drivers/pnp/pnpbios/Kconfig +++ b/drivers/pnp/pnpbios/Kconfig @@ -2,8 +2,8 @@ # Plug and Play BIOS configuration # 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 ---help--- Linux uses the PNPBIOS as defined in "Plug and Play BIOS