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