blob: 83d3d271ca1562316884b772a901dea242577de1 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Video configuration
3#
4
5menu "Graphics support"
Farhan Ali0a3994f2018-02-22 11:22:22 -05006
7if HAS_IOMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07008
Nicolas Ferre0912e532009-06-23 16:30:56 +02009config HAVE_FB_ATMEL
10 bool
11
Randy Dunlap179b0252007-10-16 01:29:39 -070012source "drivers/char/agp/Kconfig"
13
Benjamin Herrenschmidtdeb2d2e2009-08-11 15:52:06 +100014source "drivers/gpu/vga/Kconfig"
15
Terje Bergstrom75471682013-03-22 16:34:01 +020016source "drivers/gpu/host1x/Kconfig"
Philipp Zabel39b90042013-09-30 16:13:39 +020017source "drivers/gpu/ipu-v3/Kconfig"
Terje Bergstrom75471682013-03-22 16:34:01 +020018
Thierry Redingdee82682013-10-09 10:32:49 +020019source "drivers/gpu/drm/Kconfig"
20
Tomi Valkeinen776bbb92014-02-13 16:32:13 +020021menu "Frame buffer Devices"
Tomi Valkeinenf7018c22014-02-13 15:31:38 +020022source "drivers/video/fbdev/Kconfig"
Tomi Valkeinen776bbb92014-02-13 16:32:13 +020023endmenu
Tomi Valkeinenf7018c22014-02-13 15:31:38 +020024
25source "drivers/video/backlight/Kconfig"
26
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -070027config VGASTATE
28 tristate
29 default n
30
Tomi Valkeinena38884f2013-03-12 10:15:43 +020031config VIDEOMODE_HELPERS
32 bool
Steffen Trumtrarcc3f4142012-10-04 15:32:52 +020033
Thierry Redingf142d3b2012-11-21 15:29:29 +010034config HDMI
35 bool
36
Farhan Ali0a3994f2018-02-22 11:22:22 -050037endif # HAS_IOMEM
38
Linus Torvalds1da177e2005-04-16 15:20:36 -070039if VT
40 source "drivers/video/console/Kconfig"
41endif
42
43if FB || SGI_NEWPORT_CONSOLE
44 source "drivers/video/logo/Kconfig"
Tomi Valkeinenf7018c22014-02-13 15:31:38 +020045
Linus Torvalds1da177e2005-04-16 15:20:36 -070046endif
47
Maxime Riparda2ed00d2012-12-07 12:30:38 -080048
Linus Torvalds1da177e2005-04-16 15:20:36 -070049endmenu