Commit 17bba6c2 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] pnpbios only makes sense for X86

From: Christoph Hellwig <hch@lst.de>

Extracted from the Debian kernel package
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 3fc90b98
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# #
config PNPBIOS config PNPBIOS
bool "Plug and Play BIOS support (EXPERIMENTAL)" bool "Plug and Play BIOS support (EXPERIMENTAL)"
depends on PNP && EXPERIMENTAL depends on PNP && X86 && EXPERIMENTAL
---help--- ---help---
Linux uses the PNPBIOS as defined in "Plug and Play BIOS Linux uses the PNPBIOS as defined in "Plug and Play BIOS
Specification Version 1.0A May 5, 1994" to autodetect built-in Specification Version 1.0A May 5, 1994" to autodetect built-in
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment