diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-05-10 14:02:32 +0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-06-17 15:00:47 +0400 |
commit | 6fcd485b04e67c370026b41a951e0dc410a8d47b (patch) | |
tree | 7ff169ed707a68c491e6967b7f1dfa6027f2a1bb /drivers/video/omap2/dss/Kconfig | |
parent | 7e436bb2e3b14706a8bbed21d8d244a89199a907 (diff) | |
download | linux-6fcd485b04e67c370026b41a951e0dc410a8d47b.tar.xz |
OMAPDSS: add videomode conversion support
Add helper functions to convert between omapdss specific video timings
and the common videomode.
Eventually omapdss will be changed to use only the common video timings,
and these helper functions will make the transition easier.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/Kconfig')
-rw-r--r-- | drivers/video/omap2/dss/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/Kconfig b/drivers/video/omap2/dss/Kconfig index cb0f145c7077..8f70a8300b84 100644 --- a/drivers/video/omap2/dss/Kconfig +++ b/drivers/video/omap2/dss/Kconfig @@ -1,5 +1,6 @@ menuconfig OMAP2_DSS tristate "OMAP2+ Display Subsystem support" + select VIDEOMODE_HELPERS help OMAP2+ Display Subsystem support. |