blob: 427a993c7f576ce561a37b384c0da3b9740cd508 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#
3# Video configuration
4#
5
6menu "Graphics support"
Farhan Ali0a3994f2018-02-22 11:22:22 -05007
8if HAS_IOMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07009
Nicolas Ferre0912e532009-06-23 16:30:56 +020010config HAVE_FB_ATMEL
11 bool
12
Randy Dunlap179b0252007-10-16 01:29:39 -070013source "drivers/char/agp/Kconfig"
14
Benjamin Herrenschmidtdeb2d2e2009-08-11 15:52:06 +100015source "drivers/gpu/vga/Kconfig"
16
Terje Bergstrom75471682013-03-22 16:34:01 +020017source "drivers/gpu/host1x/Kconfig"
Philipp Zabel39b90042013-09-30 16:13:39 +020018source "drivers/gpu/ipu-v3/Kconfig"
Terje Bergstrom75471682013-03-22 16:34:01 +020019
Thierry Redingdee82682013-10-09 10:32:49 +020020source "drivers/gpu/drm/Kconfig"
21
Tomi Valkeinen776bbb92014-02-13 16:32:13 +020022menu "Frame buffer Devices"
Tomi Valkeinenf7018c22014-02-13 15:31:38 +020023source "drivers/video/fbdev/Kconfig"
Tomi Valkeinen776bbb92014-02-13 16:32:13 +020024endmenu
Tomi Valkeinenf7018c22014-02-13 15:31:38 +020025
26source "drivers/video/backlight/Kconfig"
27
Antonino A. Daplasb2f594f2007-05-08 00:38:38 -070028config VGASTATE
29 tristate
30 default n
31
Tomi Valkeinena38884f2013-03-12 10:15:43 +020032config VIDEOMODE_HELPERS
33 bool
Steffen Trumtrarcc3f4142012-10-04 15:32:52 +020034
Thierry Redingf142d3b2012-11-21 15:29:29 +010035config HDMI
36 bool
37
Farhan Ali0a3994f2018-02-22 11:22:22 -050038endif # HAS_IOMEM
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