Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-2.6-block.git] / drivers / video / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
1da177e4
LT
2#
3# Video configuration
4#
5
6menu "Graphics support"
0a3994f9
FA
7
8if HAS_IOMEM
1da177e4 9
0912e535
NF
10config HAVE_FB_ATMEL
11 bool
12
179b025f
RD
13source "drivers/char/agp/Kconfig"
14
deb2d2ec
BH
15source "drivers/gpu/vga/Kconfig"
16
75471687 17source "drivers/gpu/host1x/Kconfig"
39b9004d 18source "drivers/gpu/ipu-v3/Kconfig"
75471687 19
dee8268f
TR
20source "drivers/gpu/drm/Kconfig"
21
776bbb97 22menu "Frame buffer Devices"
f7018c21 23source "drivers/video/fbdev/Kconfig"
776bbb97 24endmenu
f7018c21
TV
25
26source "drivers/video/backlight/Kconfig"
27
b2f594fd
AD
28config VGASTATE
29 tristate
30 default n
31
a38884f6
TV
32config VIDEOMODE_HELPERS
33 bool
cc3f414c 34
f142d3bd
TR
35config HDMI
36 bool
37
0a3994f9
FA
38endif # HAS_IOMEM
39
1da177e4
LT
40if VT
41 source "drivers/video/console/Kconfig"
42endif
43
44if FB || SGI_NEWPORT_CONSOLE
45 source "drivers/video/logo/Kconfig"
1da177e4 46
f7018c21 47endif
f363afc1 48
a2ed00da 49
1da177e4 50endmenu