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