1*f7018c21STomi Valkeinenif MMP_DISP 2*f7018c21STomi Valkeinen 3*f7018c21STomi Valkeinenconfig MMP_DISP_CONTROLLER 4*f7018c21STomi Valkeinen bool "mmp display controller hw support" 5*f7018c21STomi Valkeinen depends on CPU_PXA910 || CPU_MMP2 || CPU_MMP3 || CPU_PXA988 6*f7018c21STomi Valkeinen default n 7*f7018c21STomi Valkeinen help 8*f7018c21STomi Valkeinen Marvell MMP display hw controller support 9*f7018c21STomi Valkeinen this controller is used on Marvell PXA910, 10*f7018c21STomi Valkeinen MMP2, MMP3, PXA988 chips 11*f7018c21STomi Valkeinen 12*f7018c21STomi Valkeinenconfig MMP_DISP_SPI 13*f7018c21STomi Valkeinen bool "mmp display controller spi port" 14*f7018c21STomi Valkeinen depends on MMP_DISP_CONTROLLER && SPI_MASTER 15*f7018c21STomi Valkeinen default y 16*f7018c21STomi Valkeinen help 17*f7018c21STomi Valkeinen Marvell MMP display hw controller spi port support 18*f7018c21STomi Valkeinen will register as a spi master for panel usage 19*f7018c21STomi Valkeinen 20*f7018c21STomi Valkeinenendif 21