From d2e8bae6d72fa139fe7da7739c30b81c4122866f Mon Sep 17 00:00:00 2001 From: Zhou Zhu Date: Thu, 21 Feb 2013 16:42:12 -0800 Subject: 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 Signed-off-by: Lisa Du Cc: Guoqing Li Acked-by: Haojian Zhuang Cc: Florian Tobias Schandinat Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/video/mmp/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drivers/video/mmp/Kconfig') diff --git a/drivers/video/mmp/Kconfig b/drivers/video/mmp/Kconfig index 055433624526..6a0b0566ed32 100644 --- a/drivers/video/mmp/Kconfig +++ b/drivers/video/mmp/Kconfig @@ -3,3 +3,7 @@ menuconfig MMP_DISP depends on CPU_PXA910 || CPU_MMP2 || CPU_MMP3 || CPU_PXA988 help Marvell Display Subsystem support. + +if MMP_DISP +source "drivers/video/mmp/fb/Kconfig" +endif -- cgit v1.2.1