162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ciconfig MMP_DISP_CONTROLLER 362306a36Sopenharmony_ci bool "mmp display controller hw support" 462306a36Sopenharmony_ci depends on HAVE_CLK && HAS_IOMEM 562306a36Sopenharmony_ci depends on CPU_PXA910 || CPU_MMP2 || COMPILE_TEST 662306a36Sopenharmony_ci help 762306a36Sopenharmony_ci Marvell MMP display hw controller support 862306a36Sopenharmony_ci this controller is used on Marvell PXA910 and 962306a36Sopenharmony_ci MMP2 chips 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ciconfig MMP_DISP_SPI 1262306a36Sopenharmony_ci bool "mmp display controller spi port" 1362306a36Sopenharmony_ci depends on MMP_DISP_CONTROLLER && SPI_MASTER 1462306a36Sopenharmony_ci default y 1562306a36Sopenharmony_ci help 1662306a36Sopenharmony_ci Marvell MMP display hw controller spi port support 1762306a36Sopenharmony_ci will register as a spi master for panel usage 18