diff options
Diffstat (limited to '')
-rw-r--r-- | drivers/video/fbdev/mmp/fb/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/video/fbdev/mmp/fb/Kconfig b/drivers/video/fbdev/mmp/fb/Kconfig new file mode 100644 index 000000000..0ec2e3fb9 --- /dev/null +++ b/drivers/video/fbdev/mmp/fb/Kconfig @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: GPL-2.0-only +config MMP_FB + tristate "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 |