summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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