Date: 1133417732 -0500
sparc32 has no vga.h
Signed-off-by: Al Viro <[email protected]>
---
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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]