blob: ab05d6cb0796fbb1d350b97019dce92401391ee6 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Video configuration
3#
4
5menu "Graphics support"
Martin Schwidefskye25df122007-05-10 15:45:57 +02006 depends on HAS_IOMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07007
Nicolas Ferre0912e532009-06-23 16:30:56 +02008config HAVE_FB_ATMEL
9 bool
10
Dmitry Eremin-Solenikovf00117a2011-01-12 15:19:35 +000011config SH_MIPI_DSI
12 tristate
13 depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
14
15config SH_LCD_MIPI_DSI
16 bool
17
Randy Dunlap179b0252007-10-16 01:29:39 -070018source "drivers/char/agp/Kconfig"
19
Benjamin Herrenschmidtdeb2d2e2009-08-11 15:52:06 +100020source "drivers/gpu/vga/Kconfig"
21
Terje Bergstrom75471682013-03-22 16:34:01 +020022source "drivers/gpu/host1x/Kconfig"
23
Thierry Redingdee82682013-10-09 10:32:49 +020024source "drivers/gpu/drm/Kconfig"
25
Tomi Valkeinenf7018c22014-02-13 15:31:38 +020026source "drivers/video/fbdev/Kconfig"
27
28source "drivers/video/backlight/Kconfig"
29
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -070030config VGASTATE
31 tristate
32 default n
33
Tomi Valkeinena38884f2013-03-12 10:15:43 +020034config VIDEOMODE_HELPERS
35 bool
Steffen Trumtrarcc3f4142012-10-04 15:32:52 +020036
Thierry Redingf142d3b2012-11-21 15:29:29 +010037config HDMI
38 bool
39
Linus Torvalds1da177e2005-04-16 15:20:36 -070040if VT
41 source "drivers/video/console/Kconfig"
42endif
43
44if FB || SGI_NEWPORT_CONSOLE
45 source "drivers/video/logo/Kconfig"
Tomi Valkeinenf7018c22014-02-13 15:31:38 +020046
Linus Torvalds1da177e2005-04-16 15:20:36 -070047endif
48
Maxime Riparda2ed00d2012-12-07 12:30:38 -080049
Linus Torvalds1da177e2005-04-16 15:20:36 -070050endmenu