Skip to content

Commit 1a57198

Browse files
Mark FortescueLinus Torvalds
authored andcommitted
[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 <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 49d5c7b commit 1a57198

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

drivers/video/Kconfig

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,12 @@ config FB_SUN3
534534
bool "Sun3 framebuffer support"
535535
depends on (FB = y) && (SUN3 || SUN3X) && BROKEN
536536

537+
config FB_SBUS
538+
bool "SBUS and UPA framebuffers"
539+
depends on (FB = y) && (SPARC32 || SPARC64)
540+
help
541+
Say Y if you want support for SBUS or UPA based frame buffer device.
542+
537543
config FB_BW2
538544
bool "BWtwo support"
539545
depends on (FB = y) && ((SPARC32 || SPARC64) && FB_SBUS || (SUN3 || SUN3X) && FB_SUN3)
@@ -546,6 +552,7 @@ config FB_BW2
546552
config FB_CG3
547553
bool "CGthree support"
548554
depends on (FB = y) && ((SPARC32 || SPARC64) && FB_SBUS || (SUN3 || SUN3X) && FB_SUN3)
555+
select FB_CFB_FILLRECT
549556
select FB_CFB_COPYAREA
550557
select FB_CFB_IMAGEBLIT
551558
help
@@ -1210,12 +1217,6 @@ config FB_AU1100
12101217

12111218
source "drivers/video/geode/Kconfig"
12121219

1213-
config FB_SBUS
1214-
bool "SBUS and UPA framebuffers"
1215-
depends on (FB = y) && (SPARC32 || SPARC64)
1216-
help
1217-
Say Y if you want support for SBUS or UPA based frame buffer device.
1218-
12191220
config FB_FFB
12201221
bool "Creator/Creator3D/Elite3D support"
12211222
depends on FB_SBUS && SPARC64

0 commit comments

Comments
 (0)