xref: /openbmc/linux/drivers/video/Kconfig (revision 5b4d995d)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
21da177e4SLinus Torvalds#
31da177e4SLinus Torvalds# Video configuration
41da177e4SLinus Torvalds#
51da177e4SLinus Torvalds
61da177e4SLinus Torvaldsmenu "Graphics support"
70a3994f9SFarhan Ali
87283f862SThomas Zimmermannconfig APERTURE_HELPERS
97283f862SThomas Zimmermann	bool
107283f862SThomas Zimmermann	help
117283f862SThomas Zimmermann	  Support tracking and hand-over of aperture ownership. Required
127283f862SThomas Zimmermann	  by graphics drivers for firmware-provided framebuffers.
137283f862SThomas Zimmermann
14*5b4d995dSThomas Zimmermannconfig SCREEN_INFO
15*5b4d995dSThomas Zimmermann	bool
16*5b4d995dSThomas Zimmermann	default n
17*5b4d995dSThomas Zimmermann
1874708497SThomas Zimmermannconfig STI_CORE
1974708497SThomas Zimmermann	bool
2074708497SThomas Zimmermann	depends on PARISC
2174708497SThomas Zimmermann	help
2274708497SThomas Zimmermann	  STI refers to the HP "Standard Text Interface" which is a set of
2374708497SThomas Zimmermann	  BIOS routines contained in a ROM chip in HP PA-RISC based machines.
2474708497SThomas Zimmermann
2593604a5aSThomas Zimmermannconfig VIDEO_CMDLINE
2693604a5aSThomas Zimmermann	bool
2793604a5aSThomas Zimmermann
289a758d87SThomas Zimmermannconfig VIDEO_NOMODESET
299a758d87SThomas Zimmermann	bool
309a758d87SThomas Zimmermann	default n
319a758d87SThomas Zimmermann
32c0191dd6SJavier Martinez Canillassource "drivers/auxdisplay/Kconfig"
33c0191dd6SJavier Martinez Canillas
340a3994f9SFarhan Aliif HAS_IOMEM
351da177e4SLinus Torvalds
360912e535SNicolas Ferreconfig HAVE_FB_ATMEL
370912e535SNicolas Ferre	bool
380912e535SNicolas Ferre
39179b025fSRandy Dunlapsource "drivers/char/agp/Kconfig"
40179b025fSRandy Dunlap
41deb2d2ecSBenjamin Herrenschmidtsource "drivers/gpu/vga/Kconfig"
42deb2d2ecSBenjamin Herrenschmidt
4375471687STerje Bergstromsource "drivers/gpu/host1x/Kconfig"
4439b9004dSPhilipp Zabelsource "drivers/gpu/ipu-v3/Kconfig"
4575471687STerje Bergstrom
46dee8268fSThierry Redingsource "drivers/gpu/drm/Kconfig"
47dee8268fSThierry Reding
48776bbb97STomi Valkeinenmenu "Frame buffer Devices"
49f7018c21STomi Valkeinensource "drivers/video/fbdev/Kconfig"
50776bbb97STomi Valkeinenendmenu
51f7018c21STomi Valkeinen
52f7018c21STomi Valkeinensource "drivers/video/backlight/Kconfig"
53f7018c21STomi Valkeinen
54b2f594fdSAntonino A. Daplasconfig VGASTATE
55b2f594fdSAntonino A. Daplas       tristate
56b2f594fdSAntonino A. Daplas       default n
57b2f594fdSAntonino A. Daplas
58a38884f6STomi Valkeinenconfig VIDEOMODE_HELPERS
598714c0ceSSteffen Trumtrar	bool
608714c0ceSSteffen Trumtrar
61f142d3bdSThierry Redingconfig HDMI
62f142d3bdSThierry Reding	bool
63f142d3bdSThierry Reding
640a3994f9SFarhan Aliendif # HAS_IOMEM
650a3994f9SFarhan Ali
661da177e4SLinus Torvaldsif VT
671da177e4SLinus Torvalds	source "drivers/video/console/Kconfig"
681da177e4SLinus Torvaldsendif
691da177e4SLinus Torvalds
70701a9b9dSGeert Uytterhoevenif FB_CORE || SGI_NEWPORT_CONSOLE
711da177e4SLinus Torvalds	source "drivers/video/logo/Kconfig"
72f7018c21STomi Valkeinen
731da177e4SLinus Torvaldsendif
741da177e4SLinus Torvalds
75a2ed00daSMaxime Ripard
761da177e4SLinus Torvaldsendmenu
77