diff options
author | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2009-12-09 19:19:42 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2009-12-09 19:19:42 +0300 |
commit | 3b8f29b4152899e91c210186a38bffb37ea1a226 (patch) | |
tree | c572a968b164d0af30f99ed5ee0f42e8bc07b736 /drivers/video/omap2/displays/Makefile | |
parent | b39a982ddecf1d95ed96f8457c39d3ea11df93f6 (diff) | |
download | linux-3b8f29b4152899e91c210186a38bffb37ea1a226.tar.xz |
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/displays/Makefile')
-rw-r--r-- | drivers/video/omap2/displays/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/omap2/displays/Makefile b/drivers/video/omap2/displays/Makefile new file mode 100644 index 000000000000..12dd37c227df --- /dev/null +++ b/drivers/video/omap2/displays/Makefile @@ -0,0 +1,2 @@ +obj-$(CONFIG_PANEL_GENERIC) += panel-generic.o +obj-$(CONFIG_PANEL_SHARP_LS037V7DW01) += panel-sharp-ls037v7dw01.o |