• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# Video configuration
3#
4
5menu "Graphics support"
6	depends on HAS_IOMEM
7
8config HAVE_FB_ATMEL
9	bool
10
11config SH_MIPI_DSI
12	tristate
13	depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
14
15config SH_LCD_MIPI_DSI
16	bool
17
18source "drivers/char/agp/Kconfig"
19
20source "drivers/gpu/vga/Kconfig"
21
22source "drivers/gpu/host1x/Kconfig"
23source "drivers/gpu/ipu-v3/Kconfig"
24
25menu "Direct Rendering Manager"
26source "drivers/gpu/drm/Kconfig"
27endmenu
28
29menu "Frame buffer Devices"
30source "drivers/video/fbdev/Kconfig"
31endmenu
32
33source "drivers/video/backlight/Kconfig"
34source "drivers/video/adf/Kconfig"
35
36config VGASTATE
37       tristate
38       default n
39
40config VIDEOMODE_HELPERS
41	bool
42
43config HDMI
44	bool
45
46if VT
47	source "drivers/video/console/Kconfig"
48endif
49
50if FB || SGI_NEWPORT_CONSOLE
51	source "drivers/video/logo/Kconfig"
52
53endif
54
55
56endmenu
57