[PATCH 3/8] sparc dependencies in drivers/video

From: Al Viro
Date: Wed Feb 08 2006 - 15:00:52 EST


Date: 1133417732 -0500

sparc32 has no vga.h

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>

---

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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/