summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/Kconfig
diff options
context:
space:
mode:
authorTomi Valkeinen2013-05-15 09:36:01 +0200
committerTomi Valkeinen2013-08-29 15:21:52 +0200
commit05cefbe2f22e551594c5ec618102a35317bd050d (patch)
treec2ffa6491b70e9e4556cee69d6061bc3735cac2e /drivers/video/omap2/Kconfig
parentOMAPDSS: DPI: change regulator handling (diff)
downloadkernel-qcow2-linux-05cefbe2f22e551594c5ec618102a35317bd050d.tar.gz
kernel-qcow2-linux-05cefbe2f22e551594c5ec618102a35317bd050d.tar.xz
kernel-qcow2-linux-05cefbe2f22e551594c5ec618102a35317bd050d.zip
OMAPDSS: remove all old panel drivers
The board files now use the new panel drivers, making the old panel drivers obsolete. Remove the old panel drivers, Kconfig and Makefile entries, and the panels' platform data structs. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Reviewed-by: Archit Taneja <archit@ti.com>
Diffstat (limited to 'drivers/video/omap2/Kconfig')
-rw-r--r--drivers/video/omap2/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/omap2/Kconfig b/drivers/video/omap2/Kconfig
index 56cad0f5386c..63b23f87081d 100644
--- a/drivers/video/omap2/Kconfig
+++ b/drivers/video/omap2/Kconfig
@@ -5,7 +5,6 @@ if ARCH_OMAP2PLUS
source "drivers/video/omap2/dss/Kconfig"
source "drivers/video/omap2/omapfb/Kconfig"
-source "drivers/video/omap2/displays/Kconfig"
source "drivers/video/omap2/displays-new/Kconfig"
endif