summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2443/displays/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c2443/displays/Kconfig')
-rw-r--r--arch/arm/mach-s3c2443/displays/Kconfig32
1 files changed, 32 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2443/displays/Kconfig b/arch/arm/mach-s3c2443/displays/Kconfig
new file mode 100644
index 000000000000..74466430cc03
--- /dev/null
+++ b/arch/arm/mach-s3c2443/displays/Kconfig
@@ -0,0 +1,32 @@
+# arch/arm/mach-s3c2443/displays/Kconfig
+#
+# Copyright 2009 Digi International Inc
+#
+
+if FB_S3C2443_TFT
+
+comment "Display selection"
+
+config CC9M2443_VGA
+ bool "CRT VGA video support"
+ def_bool y
+ help
+ This enables the video support for the VGA intrface.
+
+config CC9M2443_LQ057Q3DC12I
+ bool "LQ057Q3DC12I TFT LCD support"
+ help
+ This enables the support for the LQ057Q3DC12I TFT display.
+
+config CC9M2443_LQ064V3DG01
+ bool "LQ064V3DG01 TFT LCD support"
+ help
+ This enables the support for the LQ064V3DG01 TFT display.
+
+config CC9M2443_CUSTOM
+ bool "Custom display support"
+ help
+ This enables the support for a customer specific display.
+ displays/CUSTOM.h has to be modified when selecting this.
+
+endif