LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] pnpbios only makes sense for X86
@ 2004-05-30  8:10 Christoph Hellwig
  0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2004-05-30  8:10 UTC (permalink / raw)
  To: ambx1; +Cc: linux-kernel

>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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-05-30  8:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-30  8:10 [PATCH] pnpbios only makes sense for X86 Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).