xref: /openbmc/linux/drivers/video/fbdev/mmp/fb/Kconfig (revision 2f0f2441b4a10948e2ec042b48fef13680387f7c)
1# SPDX-License-Identifier: GPL-2.0-only
2if MMP_DISP
3
4config MMP_FB
5	tristate "fb driver for Marvell MMP Display Subsystem"
6	depends on FB
7	select FB_CFB_FILLRECT
8	select FB_CFB_COPYAREA
9	select FB_CFB_IMAGEBLIT
10	default y
11	help
12		fb driver for Marvell MMP Display Subsystem
13
14endif
15