brintos

brintos / linux-shallow public Read only

0
0
Text · 530 B · 7ebe125 Raw
18 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config MMP_DISP_CONTROLLER3	bool "mmp display controller hw support"4	depends on HAVE_CLK && HAS_IOMEM5	depends on CPU_PXA910 || CPU_MMP2 || COMPILE_TEST6	help7		Marvell MMP display hw controller support8		this controller is used on Marvell PXA910 and9		MMP2 chips10 11config MMP_DISP_SPI12	bool "mmp display controller spi port"13	depends on MMP_DISP_CONTROLLER && SPI_MASTER14	default y15	help16		Marvell MMP display hw controller spi port support17		will register as a spi master for panel usage18