1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0-only 2*4882a593Smuzhiyunconfig MMP_DISP_CONTROLLER 3*4882a593Smuzhiyun bool "mmp display controller hw support" 4*4882a593Smuzhiyun depends on HAVE_CLK && HAS_IOMEM 5*4882a593Smuzhiyun depends on CPU_PXA910 || CPU_MMP2 || COMPILE_TEST 6*4882a593Smuzhiyun help 7*4882a593Smuzhiyun Marvell MMP display hw controller support 8*4882a593Smuzhiyun this controller is used on Marvell PXA910 and 9*4882a593Smuzhiyun MMP2 chips 10*4882a593Smuzhiyun 11*4882a593Smuzhiyunconfig MMP_DISP_SPI 12*4882a593Smuzhiyun bool "mmp display controller spi port" 13*4882a593Smuzhiyun depends on MMP_DISP_CONTROLLER && SPI_MASTER 14*4882a593Smuzhiyun default y 15*4882a593Smuzhiyun help 16*4882a593Smuzhiyun Marvell MMP display hw controller spi port support 17*4882a593Smuzhiyun will register as a spi master for panel usage 18