brintos

brintos / linux-shallow public Read only

0
0
Text · 359 B · 5c6cc97 Raw
13 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2menuconfig MMP_DISP3	tristate "Marvell MMP Display Subsystem support"4	depends on CPU_PXA910 || CPU_MMP2 || COMPILE_TEST5	help6	  Marvell Display Subsystem support.7 8if MMP_DISP9source "drivers/video/fbdev/mmp/hw/Kconfig"10source "drivers/video/fbdev/mmp/panel/Kconfig"11source "drivers/video/fbdev/mmp/fb/Kconfig"12endif13