* [PATCH 3/8] sparc dependencies in drivers/video
@ 2006-02-08 20:01 Al Viro
0 siblings, 0 replies; only message in thread
From: Al Viro @ 2006-02-08 20:01 UTC (permalink / raw)
To: linux-kernel; +Cc: adaplas
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-02-08 20:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-08 20:01 [PATCH 3/8] sparc dependencies in drivers/video Al Viro
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