Commit 6e860a1a authored by Richard Weinberger's avatar Richard Weinberger Committed by Tomi Valkeinen

video: mmp: Remove references to CPU_MMP3

References to the Kconfig symbol CPU_MMP3 were added to the tree since
v3.6. But that Kconfig symbol has never been part of the tree. So get
rid of these references.
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Reviewed-by: default avatarJingoo Han <jg1.han@samsung.com>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 7e81b9dd
menuconfig MMP_DISP menuconfig MMP_DISP
tristate "Marvell MMP Display Subsystem support" tristate "Marvell MMP Display Subsystem support"
depends on CPU_PXA910 || CPU_MMP2 || CPU_MMP3 || CPU_PXA988 depends on CPU_PXA910 || CPU_MMP2 || CPU_PXA988
help help
Marvell Display Subsystem support. Marvell Display Subsystem support.
......
...@@ -2,12 +2,12 @@ if MMP_DISP ...@@ -2,12 +2,12 @@ if MMP_DISP
config MMP_DISP_CONTROLLER config MMP_DISP_CONTROLLER
bool "mmp display controller hw support" bool "mmp display controller hw support"
depends on CPU_PXA910 || CPU_MMP2 || CPU_MMP3 || CPU_PXA988 depends on CPU_PXA910 || CPU_MMP2 || CPU_PXA988
default n default n
help help
Marvell MMP display hw controller support Marvell MMP display hw controller support
this controller is used on Marvell PXA910, this controller is used on Marvell PXA910,
MMP2, MMP3, PXA988 chips MMP2, PXA988 chips
config MMP_DISP_SPI config MMP_DISP_SPI
bool "mmp display controller spi port" bool "mmp display controller spi port"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment