diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-05-15 11:36:01 +0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-08-29 17:21:52 +0400 |
commit | 05cefbe2f22e551594c5ec618102a35317bd050d (patch) | |
tree | c2ffa6491b70e9e4556cee69d6061bc3735cac2e /drivers/video/omap2/Kconfig | |
parent | 4123de21389319dece55eba5955cf10ac88ef700 (diff) | |
download | linux-05cefbe2f22e551594c5ec618102a35317bd050d.tar.xz |
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/Kconfig | 1 |
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 |