2005-04-16 16:20:36 -06:00
|
|
|
#
|
|
|
|
# Video configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
menu "Graphics support"
|
2007-05-10 07:45:57 -06:00
|
|
|
depends on HAS_IOMEM
|
2005-04-16 16:20:36 -06:00
|
|
|
|
2009-06-23 08:30:56 -06:00
|
|
|
config HAVE_FB_ATMEL
|
|
|
|
bool
|
|
|
|
|
2011-01-12 08:19:35 -07:00
|
|
|
config SH_MIPI_DSI
|
|
|
|
tristate
|
|
|
|
depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
|
|
|
|
|
|
|
|
config SH_LCD_MIPI_DSI
|
|
|
|
bool
|
|
|
|
|
2007-10-16 02:29:39 -06:00
|
|
|
source "drivers/char/agp/Kconfig"
|
|
|
|
|
2009-08-10 23:52:06 -06:00
|
|
|
source "drivers/gpu/vga/Kconfig"
|
|
|
|
|
2013-03-22 08:34:01 -06:00
|
|
|
source "drivers/gpu/host1x/Kconfig"
|
2013-09-30 08:13:39 -06:00
|
|
|
source "drivers/gpu/ipu-v3/Kconfig"
|
2013-03-22 08:34:01 -06:00
|
|
|
|
2014-02-13 07:32:13 -07:00
|
|
|
menu "Direct Rendering Manager"
|
2013-10-09 02:32:49 -06:00
|
|
|
source "drivers/gpu/drm/Kconfig"
|
2014-02-13 07:32:13 -07:00
|
|
|
endmenu
|
2013-10-09 02:32:49 -06:00
|
|
|
|
2014-02-13 07:32:13 -07:00
|
|
|
menu "Frame buffer Devices"
|
2014-02-13 06:31:38 -07:00
|
|
|
source "drivers/video/fbdev/Kconfig"
|
2014-02-13 07:32:13 -07:00
|
|
|
endmenu
|
2014-02-13 06:31:38 -07:00
|
|
|
|
|
|
|
source "drivers/video/backlight/Kconfig"
|
|
|
|
|
2007-05-08 01:38:38 -06:00
|
|
|
config VGASTATE
|
|
|
|
tristate
|
|
|
|
default n
|
|
|
|
|
2013-03-12 02:15:43 -06:00
|
|
|
config VIDEOMODE_HELPERS
|
|
|
|
bool
|
2012-10-04 07:32:52 -06:00
|
|
|
|
2012-11-21 07:29:29 -07:00
|
|
|
config HDMI
|
|
|
|
bool
|
|
|
|
|
2005-04-16 16:20:36 -06:00
|
|
|
if VT
|
|
|
|
source "drivers/video/console/Kconfig"
|
|
|
|
endif
|
|
|
|
|
|
|
|
if FB || SGI_NEWPORT_CONSOLE
|
|
|
|
source "drivers/video/logo/Kconfig"
|
|
|
|
|
2014-02-13 06:31:38 -07:00
|
|
|
endif
|
2012-03-20 19:27:08 -06:00
|
|
|
|
2012-12-07 13:30:38 -07:00
|
|
|
|
2005-04-16 16:20:36 -06:00
|
|
|
endmenu
|