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 1474708497SThomas Zimmermannconfig STI_CORE 1574708497SThomas Zimmermann bool 1674708497SThomas Zimmermann depends on PARISC 1774708497SThomas Zimmermann help 1874708497SThomas Zimmermann STI refers to the HP "Standard Text Interface" which is a set of 1974708497SThomas Zimmermann BIOS routines contained in a ROM chip in HP PA-RISC based machines. 2074708497SThomas Zimmermann 2193604a5aSThomas Zimmermannconfig VIDEO_CMDLINE 2293604a5aSThomas Zimmermann bool 2393604a5aSThomas Zimmermann 249a758d87SThomas Zimmermannconfig VIDEO_NOMODESET 259a758d87SThomas Zimmermann bool 269a758d87SThomas Zimmermann default n 279a758d87SThomas Zimmermann 28c0191dd6SJavier Martinez Canillassource "drivers/auxdisplay/Kconfig" 29c0191dd6SJavier Martinez Canillas 300a3994f9SFarhan Aliif HAS_IOMEM 311da177e4SLinus Torvalds 320912e535SNicolas Ferreconfig HAVE_FB_ATMEL 330912e535SNicolas Ferre bool 340912e535SNicolas Ferre 35179b025fSRandy Dunlapsource "drivers/char/agp/Kconfig" 36179b025fSRandy Dunlap 37deb2d2ecSBenjamin Herrenschmidtsource "drivers/gpu/vga/Kconfig" 38deb2d2ecSBenjamin Herrenschmidt 3975471687STerje Bergstromsource "drivers/gpu/host1x/Kconfig" 4039b9004dSPhilipp Zabelsource "drivers/gpu/ipu-v3/Kconfig" 4175471687STerje Bergstrom 42dee8268fSThierry Redingsource "drivers/gpu/drm/Kconfig" 43dee8268fSThierry Reding 44776bbb97STomi Valkeinenmenu "Frame buffer Devices" 45f7018c21STomi Valkeinensource "drivers/video/fbdev/Kconfig" 46776bbb97STomi Valkeinenendmenu 47f7018c21STomi Valkeinen 48f7018c21STomi Valkeinensource "drivers/video/backlight/Kconfig" 49f7018c21STomi Valkeinen 50b2f594fdSAntonino A. Daplasconfig VGASTATE 51b2f594fdSAntonino A. Daplas tristate 52b2f594fdSAntonino A. Daplas default n 53b2f594fdSAntonino A. Daplas 54a38884f6STomi Valkeinenconfig VIDEOMODE_HELPERS 558714c0ceSSteffen Trumtrar bool 568714c0ceSSteffen Trumtrar 57f142d3bdSThierry Redingconfig HDMI 58f142d3bdSThierry Reding bool 59f142d3bdSThierry Reding 600a3994f9SFarhan Aliendif # HAS_IOMEM 610a3994f9SFarhan Ali 621da177e4SLinus Torvaldsif VT 631da177e4SLinus Torvalds source "drivers/video/console/Kconfig" 641da177e4SLinus Torvaldsendif 651da177e4SLinus Torvalds 66*701a9b9dSGeert Uytterhoevenif FB_CORE || SGI_NEWPORT_CONSOLE 671da177e4SLinus Torvalds source "drivers/video/logo/Kconfig" 68f7018c21STomi Valkeinen 691da177e4SLinus Torvaldsendif 701da177e4SLinus Torvalds 71a2ed00daSMaxime Ripard 721da177e4SLinus Torvaldsendmenu 73