Merge tag 'pci-v3.15-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[cascardo/linux.git] / drivers / video / fbdev / mmp / Kconfig
1 menuconfig MMP_DISP
2         tristate "Marvell MMP Display Subsystem support"
3         depends on CPU_PXA910 || CPU_MMP2 || CPU_MMP3 || CPU_PXA988
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