2005-04-17 06:20:36 +08:00
|
|
|
#
|
|
|
|
# Video configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
menu "Graphics support"
|
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
|
|
|
|
|
|
|
|
if FB || SGI_NEWPORT_CONSOLE
|
|
|
|
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
|