Skip to content

Commit

Permalink
[PATCH] remove the broken FB_S3TRIO driver
Browse files Browse the repository at this point in the history
The FB_S3TRIO driver:
- has been marked as BROKEN for more than two years and
- is still marked as BROKEN.

Drivers that had been marked as BROKEN for such a long time seem to be
unlikely to be revived in the forseeable future.

But if anyone wants to ever revive this driver, the code is still
present in the older kernel releases.

Signed-off-by: Adrian Bunk <[email protected]>
Acked-by: Geert Uytterhoeven <[email protected]>
Cc: "Antonino A. Daplas" <[email protected]>
Cc: James Simmons <[email protected]>
Acked-by: Alan Cox <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
AdrianBunk authored and Linus Torvalds committed Feb 12, 2007
1 parent 2fdbe5c commit 52e7c92
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 876 deletions.
6 changes: 0 additions & 6 deletions drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1109,12 +1109,6 @@ config FB_ATY_BACKLIGHT
help
Say Y here if you want to control the backlight of your display.

config FB_S3TRIO
bool "S3 Trio display support"
depends on (FB = y) && PPC && BROKEN
help
If you have a S3 Trio say Y. Say N for S3 Virge.

config FB_S3
tristate "S3 Trio/Virge support"
depends on FB && PCI
Expand Down
1 change: 0 additions & 1 deletion drivers/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ obj-$(CONFIG_FB_PLATINUM) += platinumfb.o
obj-$(CONFIG_FB_VALKYRIE) += valkyriefb.o
obj-$(CONFIG_FB_CT65550) += chipsfb.o
obj-$(CONFIG_FB_IMSTT) += imsttfb.o
obj-$(CONFIG_FB_S3TRIO) += S3triofb.o
obj-$(CONFIG_FB_FM2) += fm2fb.o
obj-$(CONFIG_FB_CYBLA) += cyblafb.o
obj-$(CONFIG_FB_TRIDENT) += tridentfb.o
Expand Down
Loading

0 comments on commit 52e7c92

Please sign in to comment.