diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-05-24 15:22:31 +0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-06-17 15:32:25 +0400 |
commit | 84192742d9c26d75f26751f9e692cc68230d43a5 (patch) | |
tree | 15cfeadc7f91a90d11ba156ebaf5bf6a750d73fe /drivers/video/omap2/displays-new/Kconfig | |
parent | dbc23840b4d70fd1c284987cea68a476e3634d5a (diff) | |
download | linux-84192742d9c26d75f26751f9e692cc68230d43a5.tar.xz |
OMAPDSS: Add Sony ACX565AKM panel driver
Add Sony ACX565AKM panel driver which uses the new DSS device model and
DSS ops.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Tested-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Diffstat (limited to 'drivers/video/omap2/displays-new/Kconfig')
-rw-r--r-- | drivers/video/omap2/displays-new/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/video/omap2/displays-new/Kconfig b/drivers/video/omap2/displays-new/Kconfig index efb72b352efd..25696583e206 100644 --- a/drivers/video/omap2/displays-new/Kconfig +++ b/drivers/video/omap2/displays-new/Kconfig @@ -38,4 +38,10 @@ config DISPLAY_PANEL_DSI_CM help Driver for generic DSI command mode panels. +config DISPLAY_PANEL_SONY_ACX565AKM + tristate "ACX565AKM Panel" + depends on SPI && BACKLIGHT_CLASS_DEVICE + help + This is the LCD panel used on Nokia N900 + endmenu |