2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2005-04-17 06:20:36 +08:00
|
|
|
#
|
|
|
|
# Video configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
menu "Graphics support"
|
2018-02-23 00:22:22 +08:00
|
|
|
|
2022-06-22 22:01:33 +08: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 17:06:09 +08:00
|
|
|
config SCREEN_INFO
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2023-04-17 20:56:43 +08: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.
|
|
|
|
|
2023-02-09 21:55:06 +08:00
|
|
|
config VIDEO_CMDLINE
|
|
|
|
bool
|
|
|
|
|
2022-11-11 21:30:23 +08:00
|
|
|
config VIDEO_NOMODESET
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2023-07-19 16:15:35 +08:00
|
|
|
source "drivers/auxdisplay/Kconfig"
|
|
|
|
|
2018-02-23 00:22:22 +08:00
|
|
|
if HAS_IOMEM
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2009-06-23 22:30:56 +08:00
|
|
|
config HAVE_FB_ATMEL
|
|
|
|
bool
|
|
|
|
|
2007-10-16 16:29:39 +08:00
|
|
|
source "drivers/char/agp/Kconfig"
|
|
|
|
|
2009-08-11 13:52:06 +08:00
|
|
|
source "drivers/gpu/vga/Kconfig"
|
|
|
|
|
2013-03-22 22:34:01 +08:00
|
|
|
source "drivers/gpu/host1x/Kconfig"
|
2013-09-30 22:13:39 +08:00
|
|
|
source "drivers/gpu/ipu-v3/Kconfig"
|
2013-03-22 22:34:01 +08:00
|
|
|
|
2013-10-09 16:32:49 +08:00
|
|
|
source "drivers/gpu/drm/Kconfig"
|
|
|
|
|
2014-02-13 22:32:13 +08:00
|
|
|
menu "Frame buffer Devices"
|
2014-02-13 21:31:38 +08:00
|
|
|
source "drivers/video/fbdev/Kconfig"
|
2014-02-13 22:32:13 +08:00
|
|
|
endmenu
|
2014-02-13 21:31:38 +08:00
|
|
|
|
|
|
|
source "drivers/video/backlight/Kconfig"
|
|
|
|
|
2007-05-08 15:38:38 +08:00
|
|
|
config VGASTATE
|
|
|
|
tristate
|
|
|
|
default n
|
|
|
|
|
2013-03-12 16:15:43 +08:00
|
|
|
config VIDEOMODE_HELPERS
|
|
|
|
bool
|
2012-10-04 21:32:52 +08:00
|
|
|
|
2012-11-21 22:29:29 +08:00
|
|
|
config HDMI
|
|
|
|
bool
|
|
|
|
|
2018-02-23 00:22:22 +08:00
|
|
|
endif # HAS_IOMEM
|
|
|
|
|
2005-04-17 06:20:36 +08:00
|
|
|
if VT
|
|
|
|
source "drivers/video/console/Kconfig"
|
|
|
|
endif
|
|
|
|
|
2023-07-28 17:21:11 +08:00
|
|
|
if FB_CORE || SGI_NEWPORT_CONSOLE
|
2005-04-17 06:20:36 +08:00
|
|
|
source "drivers/video/logo/Kconfig"
|
|
|
|
|
2014-02-13 21:31:38 +08:00
|
|
|
endif
|
2012-03-21 09:27:08 +08:00
|
|
|
|
2012-12-08 04:30:38 +08:00
|
|
|
|
2005-04-17 06:20:36 +08:00
|
|
|
endmenu
|