Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / drivers / video / fbdev / mmp / Kconfig
1 menuconfig MMP_DISP
2         tristate "Marvell MMP Display Subsystem support"
3         depends on CPU_PXA910 || CPU_MMP2
4         help
5           Marvell Display Subsystem support.
6
7 if MMP_DISP
8 source "drivers/video/fbdev/mmp/hw/Kconfig"
9 source "drivers/video/fbdev/mmp/panel/Kconfig"
10 source "drivers/video/fbdev/mmp/fb/Kconfig"
11 endif