summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/mmp/hw/Kconfig
diff options
context:
space:
mode:
authorRichard Weinberger <richard@nod.at>2014-04-15 13:24:38 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2014-04-30 11:36:48 +0300
commitc150a2803d6df8d35e9d86236c256347e7e14bf6 (patch)
tree5cb392f718d3c07507ba0a539174a49f4a09cdc7 /drivers/video/fbdev/mmp/hw/Kconfig
parent6e860a1aedb278a8ac7adc94b042b12e61a1c20f (diff)
video: mmp: Remove references to CPU_PXA988
References to the Kconfig symbol CPU_PXA988 were added to the tree in v3.9. But that Kconfig symbol has never been part of the tree. So get rid of these references. Signed-off-by: Richard Weinberger <richard@nod.at> Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Reviewed-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/fbdev/mmp/hw/Kconfig')
-rw-r--r--drivers/video/fbdev/mmp/hw/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/video/fbdev/mmp/hw/Kconfig b/drivers/video/fbdev/mmp/hw/Kconfig
index 99f0506afc99..c735d133895c 100644
--- a/drivers/video/fbdev/mmp/hw/Kconfig
+++ b/drivers/video/fbdev/mmp/hw/Kconfig
@@ -2,12 +2,12 @@ if MMP_DISP
config MMP_DISP_CONTROLLER
bool "mmp display controller hw support"
- depends on CPU_PXA910 || CPU_MMP2 || CPU_PXA988
+ depends on CPU_PXA910 || CPU_MMP2
default n
help
Marvell MMP display hw controller support
- this controller is used on Marvell PXA910,
- MMP2, PXA988 chips
+ this controller is used on Marvell PXA910 and
+ MMP2 chips
config MMP_DISP_SPI
bool "mmp display controller spi port"