diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-05-31 13:39:31 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-06-17 14:33:18 +0300 |
commit | 6077ce8d5901a07c3047fa7973cce5b98142ab2b (patch) | |
tree | 8aee379513dd9c05609d80e4a57d409bc72c667d /drivers/video/omap2/displays-new/Kconfig | |
parent | 2e1def0c215cfca76af77cb9655a902bc4e7ba3b (diff) |
OMAPDSS: Add NEC NL8048HL11 panel driver
Add NEC NL8048HL11 panel driver which uses the new DSS device model
and DSS ops.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/displays-new/Kconfig')
-rw-r--r-- | drivers/video/omap2/displays-new/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/video/omap2/displays-new/Kconfig b/drivers/video/omap2/displays-new/Kconfig index c66ecb23e3d9..7ad34ac7a816 100644 --- a/drivers/video/omap2/displays-new/Kconfig +++ b/drivers/video/omap2/displays-new/Kconfig @@ -62,4 +62,12 @@ config DISPLAY_PANEL_TPO_TD043MTEA1 help LCD Panel used in OMAP3 Pandora +config DISPLAY_PANEL_NEC_NL8048HL11 + tristate "NEC NL8048HL11 Panel" + depends on SPI + depends on BACKLIGHT_CLASS_DEVICE + help + This NEC NL8048HL11 panel is TFT LCD used in the + Zoom2/3/3630 sdp boards. + endmenu |