summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>2012-07-04 15:55:20 +0530
committerRajanikanth H.V <rajanikanth.hv@stericsson.com>2012-12-14 17:07:19 +0530
commit2cc4eac83c174a882039945d3b8f778fb81ab34b (patch)
tree6ef5e79a20149505c3c8f4e7a5b75babf0d4e75c
parent89a9c2356f4d3f3554efb79948e44233909abcc2 (diff)
config: Add config for snowball lcd DPI display
Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
-rw-r--r--drivers/video/mcde/Kconfig5
-rw-r--r--drivers/video/mcde/Makefile1
2 files changed, 6 insertions, 0 deletions
diff --git a/drivers/video/mcde/Kconfig b/drivers/video/mcde/Kconfig
index cb88a66d370..74580946c8a 100644
--- a/drivers/video/mcde/Kconfig
+++ b/drivers/video/mcde/Kconfig
@@ -86,6 +86,11 @@ config MCDE_DISPLAY_VUIB500_DPI
---help---
The VUIB500 is an ST-Ericsson user interface board.
+config MCDE_DISPLAY_NASTEC_DPI
+ tristate "DPI display driver for the NASTEC display"
+ ---help---
+ The NASTEC display is the display used the calao AVI board.
+
endmenu
config MCDE_DISPLAY_AB8500_DENC
diff --git a/drivers/video/mcde/Makefile b/drivers/video/mcde/Makefile
index 82a78c2542a..fa3dd9be262 100644
--- a/drivers/video/mcde/Makefile
+++ b/drivers/video/mcde/Makefile
@@ -11,6 +11,7 @@ obj-$(CONFIG_MCDE_DISPLAY_GENERIC_DSI) += display-generic_dsi.o
obj-$(CONFIG_MCDE_DISPLAY_SAMSUNG_S6D16D0) += display-samsung_s6d16d0.o
obj-$(CONFIG_MCDE_DISPLAY_SONY_ACX424AKP_DSI) += display-sony_acx424akp_dsi.o
obj-$(CONFIG_MCDE_DISPLAY_VUIB500_DPI) += display-vuib500-dpi.o
+obj-$(CONFIG_MCDE_DISPLAY_NASTEC_DPI) += display-nastec-dpi.o
obj-$(CONFIG_MCDE_DISPLAY_AB8500_DENC) += display-ab8500.o
obj-$(CONFIG_MCDE_DISPLAY_AV8100) += display-av8100.o
obj-$(CONFIG_DISPLAY_FICTIVE) += display-fictive.o