xref: /openbmc/linux/drivers/video/Kconfig (revision 74708497)
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*74708497SThomas Zimmermannconfig STI_CORE
15*74708497SThomas Zimmermann	bool
16*74708497SThomas Zimmermann	depends on PARISC
17*74708497SThomas Zimmermann	help
18*74708497SThomas Zimmermann	  STI refers to the HP "Standard Text Interface" which is a set of
19*74708497SThomas Zimmermann	  BIOS routines contained in a ROM chip in HP PA-RISC based machines.
20*74708497SThomas Zimmermann
2193604a5aSThomas Zimmermannconfig VIDEO_CMDLINE
2293604a5aSThomas Zimmermann	bool
2393604a5aSThomas Zimmermann
249a758d87SThomas Zimmermannconfig VIDEO_NOMODESET
259a758d87SThomas Zimmermann	bool
269a758d87SThomas Zimmermann	default n
279a758d87SThomas Zimmermann
280a3994f9SFarhan Aliif HAS_IOMEM
291da177e4SLinus Torvalds
300912e535SNicolas Ferreconfig HAVE_FB_ATMEL
310912e535SNicolas Ferre	bool
320912e535SNicolas Ferre
33179b025fSRandy Dunlapsource "drivers/char/agp/Kconfig"
34179b025fSRandy Dunlap
35deb2d2ecSBenjamin Herrenschmidtsource "drivers/gpu/vga/Kconfig"
36deb2d2ecSBenjamin Herrenschmidt
3775471687STerje Bergstromsource "drivers/gpu/host1x/Kconfig"
3839b9004dSPhilipp Zabelsource "drivers/gpu/ipu-v3/Kconfig"
3975471687STerje Bergstrom
40dee8268fSThierry Redingsource "drivers/gpu/drm/Kconfig"
41dee8268fSThierry Reding
42776bbb97STomi Valkeinenmenu "Frame buffer Devices"
43f7018c21STomi Valkeinensource "drivers/video/fbdev/Kconfig"
44776bbb97STomi Valkeinenendmenu
45f7018c21STomi Valkeinen
46f7018c21STomi Valkeinensource "drivers/video/backlight/Kconfig"
47f7018c21STomi Valkeinen
48b2f594fdSAntonino A. Daplasconfig VGASTATE
49b2f594fdSAntonino A. Daplas       tristate
50b2f594fdSAntonino A. Daplas       default n
51b2f594fdSAntonino A. Daplas
52a38884f6STomi Valkeinenconfig VIDEOMODE_HELPERS
538714c0ceSSteffen Trumtrar	bool
548714c0ceSSteffen Trumtrar
55f142d3bdSThierry Redingconfig HDMI
56f142d3bdSThierry Reding	bool
57f142d3bdSThierry Reding
580a3994f9SFarhan Aliendif # HAS_IOMEM
590a3994f9SFarhan Ali
601da177e4SLinus Torvaldsif VT
611da177e4SLinus Torvalds	source "drivers/video/console/Kconfig"
621da177e4SLinus Torvaldsendif
631da177e4SLinus Torvalds
641da177e4SLinus Torvaldsif FB || SGI_NEWPORT_CONSOLE
651da177e4SLinus Torvalds	source "drivers/video/logo/Kconfig"
66f7018c21STomi Valkeinen
671da177e4SLinus Torvaldsendif
681da177e4SLinus Torvalds
69a2ed00daSMaxime Ripard
701da177e4SLinus Torvaldsendmenu
71