Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # Video configuration | ||||
3 | # | ||||
4 | |||||
5 | menu "Graphics support" | ||||
Farhan Ali | 0a3994f | 2018-02-22 11:22:22 -0500 | [diff] [blame] | 6 | |
7 | if HAS_IOMEM | ||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | |
Nicolas Ferre | 0912e53 | 2009-06-23 16:30:56 +0200 | [diff] [blame] | 9 | config HAVE_FB_ATMEL |
10 | bool | ||||
11 | |||||
Randy Dunlap | 179b025 | 2007-10-16 01:29:39 -0700 | [diff] [blame] | 12 | source "drivers/char/agp/Kconfig" |
13 | |||||
Benjamin Herrenschmidt | deb2d2e | 2009-08-11 15:52:06 +1000 | [diff] [blame] | 14 | source "drivers/gpu/vga/Kconfig" |
15 | |||||
Terje Bergstrom | 7547168 | 2013-03-22 16:34:01 +0200 | [diff] [blame] | 16 | source "drivers/gpu/host1x/Kconfig" |
Philipp Zabel | 39b9004 | 2013-09-30 16:13:39 +0200 | [diff] [blame] | 17 | source "drivers/gpu/ipu-v3/Kconfig" |
Terje Bergstrom | 7547168 | 2013-03-22 16:34:01 +0200 | [diff] [blame] | 18 | |
Thierry Reding | dee8268 | 2013-10-09 10:32:49 +0200 | [diff] [blame] | 19 | source "drivers/gpu/drm/Kconfig" |
20 | |||||
Tomi Valkeinen | 776bbb9 | 2014-02-13 16:32:13 +0200 | [diff] [blame] | 21 | menu "Frame buffer Devices" |
Tomi Valkeinen | f7018c2 | 2014-02-13 15:31:38 +0200 | [diff] [blame] | 22 | source "drivers/video/fbdev/Kconfig" |
Tomi Valkeinen | 776bbb9 | 2014-02-13 16:32:13 +0200 | [diff] [blame] | 23 | endmenu |
Tomi Valkeinen | f7018c2 | 2014-02-13 15:31:38 +0200 | [diff] [blame] | 24 | |
25 | source "drivers/video/backlight/Kconfig" | ||||
26 | |||||
Antonino A. Daplas | b2f594f | 2007-05-08 00:38:38 -0700 | [diff] [blame] | 27 | config VGASTATE |
28 | tristate | ||||
29 | default n | ||||
30 | |||||
Tomi Valkeinen | a38884f | 2013-03-12 10:15:43 +0200 | [diff] [blame] | 31 | config VIDEOMODE_HELPERS |
32 | bool | ||||
Steffen Trumtrar | cc3f414 | 2012-10-04 15:32:52 +0200 | [diff] [blame] | 33 | |
Thierry Reding | f142d3b | 2012-11-21 15:29:29 +0100 | [diff] [blame] | 34 | config HDMI |
35 | bool | ||||
36 | |||||
Farhan Ali | 0a3994f | 2018-02-22 11:22:22 -0500 | [diff] [blame] | 37 | endif # HAS_IOMEM |
38 | |||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 39 | if VT |
40 | source "drivers/video/console/Kconfig" | ||||
41 | endif | ||||
42 | |||||
43 | if FB || SGI_NEWPORT_CONSOLE | ||||
44 | source "drivers/video/logo/Kconfig" | ||||
Tomi Valkeinen | f7018c2 | 2014-02-13 15:31:38 +0200 | [diff] [blame] | 45 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 46 | endif |
47 | |||||
Maxime Ripard | a2ed00d | 2012-12-07 12:30:38 -0800 | [diff] [blame] | 48 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 49 | endmenu |