2019-05-19 08:07:45 -04:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2005-04-16 18:20:36 -04:00
|
|
|
#
|
|
|
|
# Video configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
menu "Graphics support"
|
2018-02-22 11:22:22 -05:00
|
|
|
|
|
|
|
if HAS_IOMEM
|
2005-04-16 18:20:36 -04:00
|
|
|
|
2009-06-23 10:30:56 -04:00
|
|
|
config HAVE_FB_ATMEL
|
|
|
|
bool
|
|
|
|
|
2007-10-16 04:29:39 -04:00
|
|
|
source "drivers/char/agp/Kconfig"
|
|
|
|
|
2009-08-11 01:52:06 -04:00
|
|
|
source "drivers/gpu/vga/Kconfig"
|
|
|
|
|
2013-03-22 10:34:01 -04:00
|
|
|
source "drivers/gpu/host1x/Kconfig"
|
2013-09-30 10:13:39 -04:00
|
|
|
source "drivers/gpu/ipu-v3/Kconfig"
|
2013-03-22 10:34:01 -04:00
|
|
|
|
2013-10-09 04:32:49 -04:00
|
|
|
source "drivers/gpu/drm/Kconfig"
|
|
|
|
|
2019-11-22 10:53:39 -05:00
|
|
|
source "drivers/gpu/msm/Kconfig"
|
|
|
|
|
2014-02-13 09:32:13 -05:00
|
|
|
menu "Frame buffer Devices"
|
2014-02-13 08:31:38 -05:00
|
|
|
source "drivers/video/fbdev/Kconfig"
|
2014-02-13 09:32:13 -05:00
|
|
|
endmenu
|
2014-02-13 08:31:38 -05:00
|
|
|
|
|
|
|
source "drivers/video/backlight/Kconfig"
|
|
|
|
|
2007-05-08 03:38:38 -04:00
|
|
|
config VGASTATE
|
|
|
|
tristate
|
|
|
|
default n
|
|
|
|
|
2013-03-12 04:15:43 -04:00
|
|
|
config VIDEOMODE_HELPERS
|
|
|
|
bool
|
2012-10-04 09:32:52 -04:00
|
|
|
|
2012-11-21 09:29:29 -05:00
|
|
|
config HDMI
|
|
|
|
bool
|
|
|
|
|
2018-02-22 11:22:22 -05:00
|
|
|
endif # HAS_IOMEM
|
|
|
|
|
2005-04-16 18:20:36 -04:00
|
|
|
if VT
|
|
|
|
source "drivers/video/console/Kconfig"
|
|
|
|
endif
|
|
|
|
|
|
|
|
if FB || SGI_NEWPORT_CONSOLE
|
|
|
|
source "drivers/video/logo/Kconfig"
|
|
|
|
|
2014-02-13 08:31:38 -05:00
|
|
|
endif
|
2012-03-20 21:27:08 -04:00
|
|
|
|
2012-12-07 15:30:38 -05:00
|
|
|
|
2005-04-16 18:20:36 -04:00
|
|
|
endmenu
|