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*75fa9b7eSThomas Zimmermannconfig SCREEN_INFO 15*75fa9b7eSThomas Zimmermann bool 16*75fa9b7eSThomas Zimmermann default n 17*75fa9b7eSThomas 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 25a3b6792eSThomas Zimmermannconfig VIDEO 2693604a5aSThomas Zimmermann bool 27a3b6792eSThomas Zimmermann default n 2893604a5aSThomas Zimmermann 29c0191dd6SJavier Martinez Canillassource "drivers/auxdisplay/Kconfig" 30c0191dd6SJavier Martinez Canillas 310a3994f9SFarhan Aliif HAS_IOMEM 321da177e4SLinus Torvalds 330912e535SNicolas Ferreconfig HAVE_FB_ATMEL 340912e535SNicolas Ferre bool 350912e535SNicolas Ferre 36179b025fSRandy Dunlapsource "drivers/char/agp/Kconfig" 37179b025fSRandy Dunlap 38deb2d2ecSBenjamin Herrenschmidtsource "drivers/gpu/vga/Kconfig" 39deb2d2ecSBenjamin Herrenschmidt 4075471687STerje Bergstromsource "drivers/gpu/host1x/Kconfig" 4139b9004dSPhilipp Zabelsource "drivers/gpu/ipu-v3/Kconfig" 4275471687STerje Bergstrom 43dee8268fSThierry Redingsource "drivers/gpu/drm/Kconfig" 44dee8268fSThierry Reding 45776bbb97STomi Valkeinenmenu "Frame buffer Devices" 46f7018c21STomi Valkeinensource "drivers/video/fbdev/Kconfig" 47776bbb97STomi Valkeinenendmenu 48f7018c21STomi Valkeinen 49f7018c21STomi Valkeinensource "drivers/video/backlight/Kconfig" 50f7018c21STomi Valkeinen 51b2f594fdSAntonino A. Daplasconfig VGASTATE 52b2f594fdSAntonino A. Daplas tristate 53b2f594fdSAntonino A. Daplas default n 54b2f594fdSAntonino A. Daplas 55a38884f6STomi Valkeinenconfig VIDEOMODE_HELPERS 568714c0ceSSteffen Trumtrar bool 578714c0ceSSteffen Trumtrar 58f142d3bdSThierry Redingconfig HDMI 59f142d3bdSThierry Reding bool 60f142d3bdSThierry Reding 610a3994f9SFarhan Aliendif # HAS_IOMEM 620a3994f9SFarhan Ali 631da177e4SLinus Torvaldsif VT 641da177e4SLinus Torvalds source "drivers/video/console/Kconfig" 651da177e4SLinus Torvaldsendif 661da177e4SLinus Torvalds 67701a9b9dSGeert Uytterhoevenif FB_CORE || SGI_NEWPORT_CONSOLE 681da177e4SLinus Torvalds source "drivers/video/logo/Kconfig" 69f7018c21STomi Valkeinen 701da177e4SLinus Torvaldsendif 711da177e4SLinus Torvalds 72a2ed00daSMaxime Ripard 731da177e4SLinus Torvaldsendmenu 74