xref: /linux/drivers/video/fbdev/mmp/fb/Kconfig (revision ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1)
1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2f7018c21STomi Valkeinenif MMP_DISP
3f7018c21STomi Valkeinen
4f7018c21STomi Valkeinenconfig MMP_FB
56984330aSArnd Bergmann	tristate "fb driver for Marvell MMP Display Subsystem"
6f7018c21STomi Valkeinen	depends on FB
7f7018c21STomi Valkeinen	select FB_CFB_FILLRECT
8f7018c21STomi Valkeinen	select FB_CFB_COPYAREA
9f7018c21STomi Valkeinen	select FB_CFB_IMAGEBLIT
10f7018c21STomi Valkeinen	default y
11f7018c21STomi Valkeinen	help
12f7018c21STomi Valkeinen		fb driver for Marvell MMP Display Subsystem
13f7018c21STomi Valkeinen
14f7018c21STomi Valkeinenendif
15