diff options
author | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2009-12-09 18:19:42 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2009-12-09 18:19:42 +0200 |
commit | 3b8f29b4152899e91c210186a38bffb37ea1a226 (patch) | |
tree | c572a968b164d0af30f99ed5ee0f42e8bc07b736 /drivers/video/omap2/Kconfig | |
parent | b39a982ddecf1d95ed96f8457c39d3ea11df93f6 (diff) | |
download | linux-3b8f29b4152899e91c210186a38bffb37ea1a226.tar.bz2 |
OMAP: DSS2: Add generic and Sharp panel drivers
Add Generic panel (user for DVI output) and Sharp LS037V7DW01 LCD panel.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Diffstat (limited to 'drivers/video/omap2/Kconfig')
-rw-r--r-- | drivers/video/omap2/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/omap2/Kconfig b/drivers/video/omap2/Kconfig index 3e60d7e88540..d877c361abda 100644 --- a/drivers/video/omap2/Kconfig +++ b/drivers/video/omap2/Kconfig @@ -6,3 +6,4 @@ config OMAP2_VRFB source "drivers/video/omap2/dss/Kconfig" source "drivers/video/omap2/omapfb/Kconfig" +source "drivers/video/omap2/displays/Kconfig" |