Linux 4.18.10
[linux/fpc-iii.git] / drivers / video / fbdev / mmp / hw / Kconfig
blobc735d133895c5dc29f80e1940ffbec2c2aa208dc
1 if MMP_DISP
3 config MMP_DISP_CONTROLLER
4         bool "mmp display controller hw support"
5         depends on CPU_PXA910 || CPU_MMP2
6         default n
7         help
8                 Marvell MMP display hw controller support
9                 this controller is used on Marvell PXA910 and
10                 MMP2 chips
12 config 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
20 endif