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>
Esse commit está contido em:
Jan Engelhardt
2007-07-15 23:39:38 -07:00
commit de Linus Torvalds
commit 5c493f5c90
3 arquivos alterados com 7 adições e 10 exclusões

Ver arquivo

@@ -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>.