public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@kernel.org>
To: linux-ia64@vger.kernel.org
Subject: [2.6 patch] add SGI_IOC4 hardware dependencies
Date: Sun, 13 Apr 2008 18:15:43 +0000	[thread overview]
Message-ID: <20080413181543.GF2182@cs181133002.pp.htv.fi> (raw)

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


             reply	other threads:[~2008-04-13 18:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-13 18:15 Adrian Bunk [this message]
2008-04-14 19:40 ` [2.6 patch] add SGI_IOC4 hardware dependencies Brent Casavant
2008-04-14 20:49 ` Luck, Tony
2008-04-14 20:58 ` Adrian Bunk
2008-04-14 21:59 ` Brent Casavant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080413181543.GF2182@cs181133002.pp.htv.fi \
    --to=bunk@kernel.org \
    --cc=linux-ia64@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox