Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225945
b: refs/heads/master
c: 364dbdf
h: refs/heads/master
i:
  225943: 9974ef8
v: v3
  • Loading branch information
Daniel Mack authored and Eric Miao committed Dec 16, 2010
1 parent 63fdf58 commit 16fec72
Show file tree
Hide file tree
Showing 5 changed files with 822 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: fe805986b20a86257e6de8cb12a7e5b991925aab
refs/heads/master: 364dbdf3b6c31a4a5fb7a6d479e7aafb4a7a10b6
10 changes: 10 additions & 0 deletions trunk/drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1850,6 +1850,16 @@ config FB_PXA_PARAMETERS

<file:Documentation/fb/pxafb.txt> describes the available parameters.

config PXA3XX_GCU
tristate "PXA3xx 2D graphics accelerator driver"
depends on FB_PXA
help
Kernelspace driver for the 2D graphics controller unit (GCU)
found on PXA3xx processors. There is a counterpart driver in the
DirectFB suite, see http://www.directfb.org/

If you compile this as a module, it will be called pxa3xx_gcu.

config FB_MBX
tristate "2700G LCD framebuffer support"
depends on FB && ARCH_PXA
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ obj-$(CONFIG_FB_CIRRUS) += cirrusfb.o
obj-$(CONFIG_FB_ASILIANT) += asiliantfb.o
obj-$(CONFIG_FB_PXA) += pxafb.o
obj-$(CONFIG_FB_PXA168) += pxa168fb.o
obj-$(CONFIG_PXA3XX_GCU) += pxa3xx-gcu.o
obj-$(CONFIG_FB_W100) += w100fb.o
obj-$(CONFIG_FB_TMIO) += tmiofb.o
obj-$(CONFIG_FB_AU1100) += au1100fb.o
Expand Down
Loading

0 comments on commit 16fec72

Please sign in to comment.