summaryrefslogtreecommitdiffstats
path: root/drivers/pnp/isapnp/Kconfig
diff options
context:
space:
mode:
authorJan Engelhardt2007-07-16 08:39:38 +0200
committerLinus Torvalds2007-07-16 18:05:40 +0200
commit5c493f5c9017b38a60ed2989af00e5faaa801815 (patch)
tree0253614ae83f3d676d5cf66efdbf42615cbcb8f4 /drivers/pnp/isapnp/Kconfig
parentUse menuconfig objects: parport (diff)
downloadkernel-qcow2-linux-5c493f5c9017b38a60ed2989af00e5faaa801815.tar.gz
kernel-qcow2-linux-5c493f5c9017b38a60ed2989af00e5faaa801815.tar.xz
kernel-qcow2-linux-5c493f5c9017b38a60ed2989af00e5faaa801815.zip
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/isapnp/Kconfig')
-rw-r--r--drivers/pnp/isapnp/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pnp/isapnp/Kconfig b/drivers/pnp/isapnp/Kconfig
index 578651eeb4b0..f1ef36673ad4 100644
--- a/drivers/pnp/isapnp/Kconfig
+++ b/drivers/pnp/isapnp/Kconfig
@@ -3,7 +3,7 @@
#
config ISAPNP
bool "ISA Plug and Play support"
- depends on PNP && ISA
+ depends on ISA
help
Say Y here if you would like support for ISA Plug and Play devices.
Some information is in <file:Documentation/isapnp.txt>.