atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
[linux-stable.git] / drivers / video / Kconfig
blob3c20af999893577c9a1203756a4f2b98f0fe839f
2 # Video configuration
5 menu "Graphics support"
6         depends on HAS_IOMEM
8 config HAVE_FB_ATMEL
9         bool
11 config SH_LCD_MIPI_DSI
12         bool
14 source "drivers/char/agp/Kconfig"
16 source "drivers/gpu/vga/Kconfig"
18 source "drivers/gpu/host1x/Kconfig"
19 source "drivers/gpu/ipu-v3/Kconfig"
21 source "drivers/gpu/drm/Kconfig"
23 menu "Frame buffer Devices"
24 source "drivers/video/fbdev/Kconfig"
25 endmenu
27 source "drivers/video/backlight/Kconfig"
29 config VGASTATE
30        tristate
31        default n
33 config VIDEOMODE_HELPERS
34         bool
36 config HDMI
37         bool
39 if VT
40         source "drivers/video/console/Kconfig"
41 endif
43 if FB || SGI_NEWPORT_CONSOLE
44         source "drivers/video/logo/Kconfig"
46 endif
49 endmenu