usb: core: Add quirk for HP v222w 16GB Mini
[linux-2.6/btrfs-unstable.git] / drivers / video / Kconfig
blob83d3d271ca1562316884b772a901dea242577de1
2 # Video configuration
5 menu "Graphics support"
7 if HAS_IOMEM
9 config HAVE_FB_ATMEL
10         bool
12 source "drivers/char/agp/Kconfig"
14 source "drivers/gpu/vga/Kconfig"
16 source "drivers/gpu/host1x/Kconfig"
17 source "drivers/gpu/ipu-v3/Kconfig"
19 source "drivers/gpu/drm/Kconfig"
21 menu "Frame buffer Devices"
22 source "drivers/video/fbdev/Kconfig"
23 endmenu
25 source "drivers/video/backlight/Kconfig"
27 config VGASTATE
28        tristate
29        default n
31 config VIDEOMODE_HELPERS
32         bool
34 config HDMI
35         bool
37 endif # HAS_IOMEM
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