Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 menuconfig MMP_DISP
0003         tristate "Marvell MMP Display Subsystem support"
0004         depends on CPU_PXA910 || CPU_MMP2 || COMPILE_TEST
0005         help
0006           Marvell Display Subsystem support.
0007 
0008 if MMP_DISP
0009 source "drivers/video/fbdev/mmp/hw/Kconfig"
0010 source "drivers/video/fbdev/mmp/panel/Kconfig"
0011 source "drivers/video/fbdev/mmp/fb/Kconfig"
0012 endif