aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/samsung_extdisp/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/samsung_extdisp/Kconfig')
-rw-r--r--drivers/video/samsung_extdisp/Kconfig27
1 files changed, 27 insertions, 0 deletions
diff --git a/drivers/video/samsung_extdisp/Kconfig b/drivers/video/samsung_extdisp/Kconfig
new file mode 100644
index 0000000..3def536
--- /dev/null
+++ b/drivers/video/samsung_extdisp/Kconfig
@@ -0,0 +1,27 @@
+#
+# S3C Video configuration
+#
+
+config FB_S5P_EXTDSP
+ tristate "S5P External Display Framebuffer support"
+ select FB_CFB_FILLRECT
+ select FB_CFB_COPYAREA
+ select FB_CFB_IMAGEBLIT
+ depends on FB && (((ARCH_S5PV210 || ARCH_EXYNOS4) && !FB_S3C) ||ARCH_EXYNOS5)
+ default n
+ help
+ This enables support for Samsung External Display Controller
+
+config FB_S5P_EXTDSP_DEBUG
+ bool "S5P External Display Framebuffer debug messages"
+ depends on FB_S5P_EXTDSP
+
+config FB_S5P_EXTDSP_NR_BUFFERS
+ int "Number of external display frame buffers (1-3)"
+ depends on FB_S5P_EXTDSP
+ default "2"
+ help
+ This indicates the number of buffers for pan display,
+ 1 means no pan display and
+ 2 means the double size of video buffer will be allocated for default window
+