Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
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