Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105539
b: refs/heads/master
c: cfb4f5d
h: refs/heads/master
i:
  105537: d5c123c
  105535: 16a3840
v: v3
  • Loading branch information
Magnus Damm authored and Linus Torvalds committed Jul 24, 2008
1 parent bd49e21 commit ab39e7c
Show file tree
Hide file tree
Showing 5 changed files with 804 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c2c12155cf05bf3e25eeae5711beffc634505400
refs/heads/master: cfb4f5d1750e05f43902197713c50c29e7dfbc99
10 changes: 10 additions & 0 deletions trunk/drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1866,6 +1866,16 @@ config FB_W100

If unsure, say N.

config FB_SH_MOBILE_LCDC
tristate "SuperH Mobile LCDC framebuffer support"
depends on FB && SUPERH
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
default m
---help---
Frame buffer driver for the on-chip SH-Mobile LCD controller.

config FB_S3C2410
tristate "S3C2410 LCD framebuffer support"
depends on FB && ARCH_S3C2410
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ obj-$(CONFIG_FB_IBM_GXT4500) += gxt4500.o
obj-$(CONFIG_FB_PS3) += ps3fb.o
obj-$(CONFIG_FB_SM501) += sm501fb.o
obj-$(CONFIG_FB_XILINX) += xilinxfb.o
obj-$(CONFIG_FB_SH_MOBILE_LCDC) += sh_mobile_lcdcfb.o
obj-$(CONFIG_FB_SH7343VOU) += sh7343_voufb.o
obj-$(CONFIG_FB_OMAP) += omap/
obj-$(CONFIG_XEN_FBDEV_FRONTEND) += xen-fbfront.o
obj-$(CONFIG_FB_CARMINE) += carminefb.o
Expand Down
Loading

0 comments on commit ab39e7c

Please sign in to comment.