[PATCH] fbdev: cg3fb: Kconfig fix
A cut and past error regarding the CG3 frame buffer needs to be fixed. It also affects Creator/Creator3D/Elite3D. Signed-off-by: Antonino Daplas <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
49d5c7b087
commit
1a57198609
@@ -534,6 +534,12 @@ config FB_SUN3
|
|||||||
bool "Sun3 framebuffer support"
|
bool "Sun3 framebuffer support"
|
||||||
depends on (FB = y) && (SUN3 || SUN3X) && BROKEN
|
depends on (FB = y) && (SUN3 || SUN3X) && BROKEN
|
||||||
|
|
||||||
|
config FB_SBUS
|
||||||
|
bool "SBUS and UPA framebuffers"
|
||||||
|
depends on (FB = y) && (SPARC32 || SPARC64)
|
||||||
|
help
|
||||||
|
Say Y if you want support for SBUS or UPA based frame buffer device.
|
||||||
|
|
||||||
config FB_BW2
|
config FB_BW2
|
||||||
bool "BWtwo support"
|
bool "BWtwo support"
|
||||||
depends on (FB = y) && ((SPARC32 || SPARC64) && FB_SBUS || (SUN3 || SUN3X) && FB_SUN3)
|
depends on (FB = y) && ((SPARC32 || SPARC64) && FB_SBUS || (SUN3 || SUN3X) && FB_SUN3)
|
||||||
@@ -546,6 +552,7 @@ config FB_BW2
|
|||||||
config FB_CG3
|
config FB_CG3
|
||||||
bool "CGthree support"
|
bool "CGthree support"
|
||||||
depends on (FB = y) && ((SPARC32 || SPARC64) && FB_SBUS || (SUN3 || SUN3X) && FB_SUN3)
|
depends on (FB = y) && ((SPARC32 || SPARC64) && FB_SBUS || (SUN3 || SUN3X) && FB_SUN3)
|
||||||
|
select FB_CFB_FILLRECT
|
||||||
select FB_CFB_COPYAREA
|
select FB_CFB_COPYAREA
|
||||||
select FB_CFB_IMAGEBLIT
|
select FB_CFB_IMAGEBLIT
|
||||||
help
|
help
|
||||||
@@ -1210,12 +1217,6 @@ config FB_AU1100
|
|||||||
|
|
||||||
source "drivers/video/geode/Kconfig"
|
source "drivers/video/geode/Kconfig"
|
||||||
|
|
||||||
config FB_SBUS
|
|
||||||
bool "SBUS and UPA framebuffers"
|
|
||||||
depends on (FB = y) && (SPARC32 || SPARC64)
|
|
||||||
help
|
|
||||||
Say Y if you want support for SBUS or UPA based frame buffer device.
|
|
||||||
|
|
||||||
config FB_FFB
|
config FB_FFB
|
||||||
bool "Creator/Creator3D/Elite3D support"
|
bool "Creator/Creator3D/Elite3D support"
|
||||||
depends on FB_SBUS && SPARC64
|
depends on FB_SBUS && SPARC64
|
||||||
|
Reference in New Issue
Block a user