]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/video/fbdev/mmp/fb/Kconfig
Merge remote-tracking branches 'spi/topic/adi', 'spi/topic/atmel' and 'spi/topic...
[karo-tx-linux.git] / drivers / video / fbdev / mmp / fb / Kconfig
1 if MMP_DISP
2
3 config MMP_FB
4         bool "fb driver for Marvell MMP Display Subsystem"
5         depends on FB
6         select FB_CFB_FILLRECT
7         select FB_CFB_COPYAREA
8         select FB_CFB_IMAGEBLIT
9         default y
10         help
11                 fb driver for Marvell MMP Display Subsystem
12
13 endif