xref: /openbmc/linux/drivers/video/fbdev/mmp/hw/Kconfig (revision fcbd8037)
1# SPDX-License-Identifier: GPL-2.0-only
2if MMP_DISP
3
4config MMP_DISP_CONTROLLER
5	bool "mmp display controller hw support"
6	depends on CPU_PXA910 || CPU_MMP2
7	help
8		Marvell MMP display hw controller support
9		this controller is used on Marvell PXA910 and
10		MMP2 chips
11
12config MMP_DISP_SPI
13	bool "mmp display controller spi port"
14	depends on MMP_DISP_CONTROLLER && SPI_MASTER
15	default y
16	help
17		Marvell MMP display hw controller spi port support
18		will register as a spi master for panel usage
19
20endif
21