xref: /linux/drivers/video/fbdev/mmp/Kconfig (revision d30c1683aaecb93d2ab95685dc4300a33d3cea7a)
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 || COMPILE_TEST
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