2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2005-04-16 22:20:36 +00:00
|
|
|
#
|
|
|
|
# Video configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
menu "Graphics support"
|
2018-02-22 16:22:22 +00:00
|
|
|
|
2022-06-22 14:01:33 +00:00
|
|
|
config APERTURE_HELPERS
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Support tracking and hand-over of aperture ownership. Required
|
|
|
|
by graphics drivers for firmware-provided framebuffers.
|
|
|
|
|
2024-02-12 09:06:09 +00:00
|
|
|
config SCREEN_INFO
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2023-04-17 12:56:43 +00:00
|
|
|
config STI_CORE
|
|
|
|
bool
|
|
|
|
depends on PARISC
|
|
|
|
help
|
|
|
|
STI refers to the HP "Standard Text Interface" which is a set of
|
|
|
|
BIOS routines contained in a ROM chip in HP PA-RISC based machines.
|
|
|
|
|
2024-01-18 09:05:26 +00:00
|
|
|
config VIDEO
|
2023-02-09 13:55:06 +00:00
|
|
|
bool
|
2024-01-18 09:05:26 +00:00
|
|
|
default n
|
2023-02-09 13:55:06 +00:00
|
|
|
|
2023-07-19 08:15:35 +00:00
|
|
|
source "drivers/auxdisplay/Kconfig"
|
|
|
|
|
2018-02-22 16:22:22 +00:00
|
|
|
if HAS_IOMEM
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2009-06-23 14:30:56 +00:00
|
|
|
config HAVE_FB_ATMEL
|
|
|
|
bool
|
|
|
|
|
2007-10-16 08:29:39 +00:00
|
|
|
source "drivers/char/agp/Kconfig"
|
|
|
|
|
2009-08-11 05:52:06 +00:00
|
|
|
source "drivers/gpu/vga/Kconfig"
|
|
|
|
|
2013-03-22 14:34:01 +00:00
|
|
|
source "drivers/gpu/host1x/Kconfig"
|
2013-09-30 14:13:39 +00:00
|
|
|
source "drivers/gpu/ipu-v3/Kconfig"
|
2013-03-22 14:34:01 +00:00
|
|
|
|
2013-10-09 08:32:49 +00:00
|
|
|
source "drivers/gpu/drm/Kconfig"
|
|
|
|
|
2014-02-13 14:32:13 +00:00
|
|
|
menu "Frame buffer Devices"
|
2014-02-13 13:31:38 +00:00
|
|
|
source "drivers/video/fbdev/Kconfig"
|
2014-02-13 14:32:13 +00:00
|
|
|
endmenu
|
2014-02-13 13:31:38 +00:00
|
|
|
|
|
|
|
source "drivers/video/backlight/Kconfig"
|
|
|
|
|
2007-05-08 07:38:38 +00:00
|
|
|
config VGASTATE
|
|
|
|
tristate
|
|
|
|
default n
|
|
|
|
|
2013-03-12 08:15:43 +00:00
|
|
|
config VIDEOMODE_HELPERS
|
|
|
|
bool
|
2012-10-04 13:32:52 +00:00
|
|
|
|
2012-11-21 14:29:29 +00:00
|
|
|
config HDMI
|
|
|
|
bool
|
|
|
|
|
2018-02-22 16:22:22 +00:00
|
|
|
endif # HAS_IOMEM
|
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
if VT
|
|
|
|
source "drivers/video/console/Kconfig"
|
|
|
|
endif
|
|
|
|
|
2023-07-28 09:21:11 +00:00
|
|
|
if FB_CORE || SGI_NEWPORT_CONSOLE
|
2005-04-16 22:20:36 +00:00
|
|
|
source "drivers/video/logo/Kconfig"
|
|
|
|
|
2014-02-13 13:31:38 +00:00
|
|
|
endif
|
2012-03-21 01:27:08 +00:00
|
|
|
|
2012-12-07 20:30:38 +00:00
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
endmenu
|