diff options
author | Zhou Zhu <zzhu3@marvell.com> | 2013-02-22 01:42:12 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-22 02:22:17 +0100 |
commit | d2e8bae6d72fa139fe7da7739c30b81c4122866f (patch) | |
tree | ae19e0df48fc55cfd4a80226104735172b55c775 /drivers/video/mmp/fb/Kconfig | |
parent | video: mmp display subsystem (diff) | |
download | linux-d2e8bae6d72fa139fe7da7739c30b81c4122866f.tar.xz linux-d2e8bae6d72fa139fe7da7739c30b81c4122866f.zip |
video: mmp fb support
Add fb support for Marvell mmp display subsystem. This driver is
configured using "buffer driver mach info". With configured name of path,
this driver get path using using exported interface of mmp display driver.
Then this driver get overlay using configured id and operates on this
overlay to show buffers on display devices.
Signed-off-by: Zhou Zhu <zzhu3@marvell.com>
Signed-off-by: Lisa Du <cldu@marvell.com>
Cc: Guoqing Li <ligq@marvell.com>
Acked-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/mmp/fb/Kconfig')
-rw-r--r-- | drivers/video/mmp/fb/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/video/mmp/fb/Kconfig b/drivers/video/mmp/fb/Kconfig new file mode 100644 index 000000000000..9b0141f105f5 --- /dev/null +++ b/drivers/video/mmp/fb/Kconfig @@ -0,0 +1,13 @@ +if MMP_DISP + +config MMP_FB + bool "fb driver for Marvell MMP Display Subsystem" + depends on FB + select FB_CFB_FILLRECT + select FB_CFB_COPYAREA + select FB_CFB_IMAGEBLIT + default y + help + fb driver for Marvell MMP Display Subsystem + +endif |