Commit 1e5c7c4d authored by Kevin Hilman's avatar Kevin Hilman

fb: davinci: DMx driver

parent 2e25a8ec
...@@ -1970,6 +1970,21 @@ config FB_IBM_GXT4500 ...@@ -1970,6 +1970,21 @@ config FB_IBM_GXT4500
Say Y here to enable support for the IBM GXT4500P display Say Y here to enable support for the IBM GXT4500P display
adaptor, found on some IBM System P (pSeries) machines. adaptor, found on some IBM System P (pSeries) machines.
config FB_DAVINCI
bool "Davinci Framebuffer support"
depends on FB && ARCH_DAVINCI
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
help
This is the frame buffer device driver for the DaVinci video
hardware found on the TI DaVinci EVM. If
unsure, say N.
config FB_VIRTUAL
tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"
depends on FB
config FB_PS3 config FB_PS3
tristate "PS3 GPU framebuffer driver" tristate "PS3 GPU framebuffer driver"
depends on FB && PS3_PS3AV depends on FB && PS3_PS3AV
......
...@@ -139,6 +139,7 @@ obj-$(CONFIG_FB_BF54X_LQ043) += bf54x-lq043fb.o ...@@ -139,6 +139,7 @@ obj-$(CONFIG_FB_BF54X_LQ043) += bf54x-lq043fb.o
obj-$(CONFIG_FB_BFIN_T350MCQB) += bfin-t350mcqb-fb.o obj-$(CONFIG_FB_BFIN_T350MCQB) += bfin-t350mcqb-fb.o
obj-$(CONFIG_FB_MX3) += mx3fb.o obj-$(CONFIG_FB_MX3) += mx3fb.o
obj-$(CONFIG_FB_DA8XX) += da8xx-fb.o obj-$(CONFIG_FB_DA8XX) += da8xx-fb.o
obj-$(CONFIG_FB_DAVINCI) += davincifb.o
# the test framebuffer is last # the test framebuffer is last
obj-$(CONFIG_FB_VIRTUAL) += vfb.o obj-$(CONFIG_FB_VIRTUAL) += vfb.o
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment