2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2013-02-21 16:42:15 -08:00
|
|
|
config MMP_DISP_CONTROLLER
|
|
|
|
bool "mmp display controller hw support"
|
2019-06-27 16:07:43 +02:00
|
|
|
depends on HAVE_CLK && HAS_IOMEM
|
|
|
|
depends on CPU_PXA910 || CPU_MMP2 || COMPILE_TEST
|
2013-02-21 16:42:15 -08:00
|
|
|
help
|
|
|
|
Marvell MMP display hw controller support
|
2014-04-15 13:24:38 +02:00
|
|
|
this controller is used on Marvell PXA910 and
|
|
|
|
MMP2 chips
|
2013-02-21 16:42:15 -08:00
|
|
|
|
2013-02-21 16:42:18 -08:00
|
|
|
config MMP_DISP_SPI
|
|
|
|
bool "mmp display controller spi port"
|
|
|
|
depends on MMP_DISP_CONTROLLER && SPI_MASTER
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Marvell MMP display hw controller spi port support
|
|
|
|
will register as a spi master for panel usage
|