xref: /linux/drivers/video/fbdev/mmp/Kconfig (revision c27c38afd871f54b40bd40172cb4e23fba01113c)
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig MMP_DISP
3	tristate "Marvell MMP Display Subsystem support"
4	depends on CPU_PXA910 || CPU_MMP2
5	help
6	  Marvell Display Subsystem support.
7
8if MMP_DISP
9source "drivers/video/fbdev/mmp/hw/Kconfig"
10source "drivers/video/fbdev/mmp/panel/Kconfig"
11source "drivers/video/fbdev/mmp/fb/Kconfig"
12endif
13