mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Al Viro <viro@ftp.linux.org.uk>
To: linux-kernel@vger.kernel.org
Cc: adaplas@pol.net
Subject: [PATCH 3/8] sparc dependencies in drivers/video
Date: Wed, 08 Feb 2006 20:01:48 +0000	[thread overview]
Message-ID: <E1F6vVc-0008Bm-KC@ZenIV.linux.org.uk> (raw)

Date: 1133417732 -0500

sparc32 has no vga.h

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

---

 drivers/video/Kconfig |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

9e06ed1a78d68fce3ce0a15fa0d5352981ddec6c
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 3e153d3..aa3a79d 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -101,7 +101,7 @@ config FB_TILEBLITTING
 
 config FB_CIRRUS
 	tristate "Cirrus Logic support"
-	depends on FB && (ZORRO || PCI)
+	depends on FB && (ZORRO || PCI) && (BROKEN || !SPARC32)
 	select FB_CFB_FILLRECT
 	select FB_CFB_COPYAREA
 	select FB_CFB_IMAGEBLIT
@@ -613,7 +613,7 @@ config FB_S1D13XXX
 
 config FB_NVIDIA
 	tristate "nVidia Framebuffer Support"
-	depends on FB && PCI
+	depends on FB && PCI && (BROKEN || !SPARC32)
 	select I2C_ALGOBIT if FB_NVIDIA_I2C
 	select I2C if FB_NVIDIA_I2C
 	select FB_MODE_HELPERS
@@ -643,7 +643,7 @@ config FB_NVIDIA_I2C
 
 config FB_RIVA
 	tristate "nVidia Riva support"
-	depends on FB && PCI
+	depends on FB && PCI && (BROKEN || !SPARC32)
 	select I2C_ALGOBIT if FB_RIVA_I2C
 	select I2C if FB_RIVA_I2C
 	select FB_MODE_HELPERS
@@ -1079,7 +1079,7 @@ config FB_SIS_315
 
 config FB_NEOMAGIC
 	tristate "NeoMagic display support"
-	depends on FB && PCI
+	depends on FB && PCI && (BROKEN || !SPARC32)
 	select FB_MODE_HELPERS
 	select FB_CFB_FILLRECT
 	select FB_CFB_COPYAREA
-- 
0.99.9.GIT


                 reply	other threads:[~2006-02-08 20:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=E1F6vVc-0008Bm-KC@ZenIV.linux.org.uk \
    --to=viro@ftp.linux.org.uk \
    --cc=adaplas@pol.net \
    --cc=linux-kernel@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

Powered by JetHome