[PATCH] pnpbios only makes sense for X86

From: Christoph Hellwig
Date: Sun May 30 2004 - 03:11:57 EST


>From the Debian kernel package


--- kernel-source-2.6.6/drivers/pnp/pnpbios/Kconfig 2004-03-11 13:55:37.000000000 +1100
+++ kernel-source-2.6.6-1/drivers/pnp/pnpbios/Kconfig 2004-02-19 20:55:53.000000000 +1100
@@ -3,7 +3,7 @@
#
config PNPBIOS
bool "Plug and Play BIOS support (EXPERIMENTAL)"
- depends on PNP && EXPERIMENTAL
+ depends on PNP && X86 && EXPERIMENTAL
---help---
Linux uses the PNPBIOS as defined in "Plug and Play BIOS
Specification Version 1.0A May 5, 1994" to autodetect built-in
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/