]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/video/Kconfig
Kconfig : Remove HAS_IOMEM dependency for Graphics support
[linux.git] / drivers / video / Kconfig
1 #
2 # Video configuration
3 #
4
5 menu "Graphics support"
6
7 if HAS_IOMEM
8
9 config HAVE_FB_ATMEL
10         bool
11
12 config SH_LCD_MIPI_DSI
13         bool
14
15 source "drivers/char/agp/Kconfig"
16
17 source "drivers/gpu/vga/Kconfig"
18
19 source "drivers/gpu/host1x/Kconfig"
20 source "drivers/gpu/ipu-v3/Kconfig"
21
22 source "drivers/gpu/drm/Kconfig"
23
24 menu "Frame buffer Devices"
25 source "drivers/video/fbdev/Kconfig"
26 endmenu
27
28 source "drivers/video/backlight/Kconfig"
29
30 config VGASTATE
31        tristate
32        default n
33
34 config VIDEOMODE_HELPERS
35         bool
36
37 config HDMI
38         bool
39
40 endif # HAS_IOMEM
41
42 if VT
43         source "drivers/video/console/Kconfig"
44 endif
45
46 if FB || SGI_NEWPORT_CONSOLE
47         source "drivers/video/logo/Kconfig"
48
49 endif
50
51
52 endmenu