public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] add SGI_IOC4 hardware dependencies
@ 2008-04-13 18:15 Adrian Bunk
  2008-04-14 19:40 ` Brent Casavant
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Adrian Bunk @ 2008-04-13 18:15 UTC (permalink / raw)
  To: linux-ia64

Considering that all users of this code depend on
(IA64_SGI_SN2 || IA64_GENERIC) the SGI_IOC4 option
should also depend on it.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
6b2d1a0c7d1a46f6a99966a0454cb1feaa7f1562 diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 962817e..85888d2 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -62,7 +62,7 @@ config EEPROM_93CX6
 
 config SGI_IOC4
 	tristate "SGI IOC4 Base IO support"
-	depends on PCI
+	depends on PCI && (IA64_SGI_SN2 || IA64_GENERIC)
 	---help---
 	  This option enables basic support for the IOC4 chip on certain
 	  SGI IO controller cards (IO9, IO10, and PCI-RT).  This option


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-04-14 21:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-13 18:15 [2.6 patch] add SGI_IOC4 hardware dependencies Adrian Bunk
2008-04-14 19:40 ` Brent Casavant
2008-04-14 20:49 ` Luck, Tony
2008-04-14 20:58 ` Adrian Bunk
2008-04-14 21:59 ` Brent Casavant

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox