summaryrefslogtreecommitdiffstats
path: root/drivers/video/mmp/hw/Kconfig
blob: 6c1dd34e8cf9732f84c019bb1f4798b4eebc1921 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if MMP_DISP

config MMP_DISP_CONTROLLER
	bool "mmp display controller hw support"
	depends on CPU_PXA910 || CPU_MMP2 || CPU_MMP3 || CPU_PXA988
	default n
	help
		Marvell MMP display hw controller support
		this controller is used on Marvell PXA910,
		MMP2, MMP3, PXA988 chips

endif