android_kernel_samsung_hero.../drivers/video/fbdev/mmp/fb/Kconfig

14 lines
237 B
Text
Raw Permalink Normal View History

2016-08-17 10:41:52 +02:00
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