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