summaryrefslogtreecommitdiff
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-08-05 17:04:01 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-08-05 17:04:01 -0300
commit57f0f512b273f60d52568b8c6b77e17f5636edc0 (patch)
tree5e910f0e82173f4ef4f51111366a3f1299037a7b /drivers/video/Kconfig
Initial import
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig55
1 files changed, 55 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
new file mode 100644
index 000000000..8bf495ffb
--- /dev/null
+++ b/drivers/video/Kconfig
@@ -0,0 +1,55 @@
+#
+# Video configuration
+#
+
+menu "Graphics support"
+ depends on HAS_IOMEM
+
+config HAVE_FB_ATMEL
+ bool
+
+config SH_MIPI_DSI
+ tristate
+ depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
+
+config SH_LCD_MIPI_DSI
+ bool
+
+source "drivers/char/agp/Kconfig"
+
+source "drivers/gpu/vga/Kconfig"
+
+source "drivers/gpu/host1x/Kconfig"
+source "drivers/gpu/ipu-v3/Kconfig"
+
+menu "Direct Rendering Manager"
+source "drivers/gpu/drm/Kconfig"
+endmenu
+
+menu "Frame buffer Devices"
+source "drivers/video/fbdev/Kconfig"
+endmenu
+
+source "drivers/video/backlight/Kconfig"
+
+config VGASTATE
+ tristate
+ default n
+
+config VIDEOMODE_HELPERS
+ bool
+
+config HDMI
+ bool
+
+if VT
+ source "drivers/video/console/Kconfig"
+endif
+
+if FB || SGI_NEWPORT_CONSOLE
+ source "drivers/video/logo/Kconfig"
+
+endif
+
+
+endmenu