diff options
author | Jan Engelhardt <jengelh@linux01.gwdg.de> | 2007-07-16 10:39:38 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-16 20:05:40 +0400 |
commit | 5c493f5c9017b38a60ed2989af00e5faaa801815 (patch) | |
tree | 0253614ae83f3d676d5cf66efdbf42615cbcb8f4 /drivers/pnp/pnpbios/Kconfig | |
parent | 9f5096c56afe6f7602cce852b99b32a90804935d (diff) | |
download | linux-5c493f5c9017b38a60ed2989af00e5faaa801815.tar.xz |
Use menuconfig objects: PNP
Use menuconfigs instead of menus, so the whole menu can be disabled at once
instead of going through all options.
Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
Cc: Adam Belay <ambx1@neo.rr.com>
Cc: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/pnp/pnpbios/Kconfig')
-rw-r--r-- | drivers/pnp/pnpbios/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pnp/pnpbios/Kconfig b/drivers/pnp/pnpbios/Kconfig index fab848cae89d..b986d9fa3b9a 100644 --- a/drivers/pnp/pnpbios/Kconfig +++ b/drivers/pnp/pnpbios/Kconfig @@ -3,7 +3,7 @@ # config PNPBIOS bool "Plug and Play BIOS support (EXPERIMENTAL)" - depends on PNP && ISA && X86 && EXPERIMENTAL + depends on ISA && X86 && EXPERIMENTAL default n ---help--- Linux uses the PNPBIOS as defined in "Plug and Play BIOS |