summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>2012-07-04 15:55:20 +0530
committerRajanikanth H.V <rajanikanth.hv@linaro.org>2012-11-09 12:30:34 +0530
commitc5187a2b6c3494fe6ae3f5a6e96f5a5f6eefe08a (patch)
tree6ef5e79a20149505c3c8f4e7a5b75babf0d4e75c
parent9d0c495c28768845cd57911e60bd9fc2442bc98f (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