• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Video configuration
4#
5
6menu "Graphics support"
7
8if HAS_IOMEM
9
10config HAVE_FB_ATMEL
11	bool
12
13source "drivers/char/agp/Kconfig"
14
15source "drivers/gpu/vga/Kconfig"
16
17source "drivers/gpu/host1x/Kconfig"
18source "drivers/gpu/ipu-v3/Kconfig"
19
20source "drivers/gpu/drm/Kconfig"
21#source "drivers/gpu/arm/Kconfig"
22
23menu "Frame buffer Devices"
24source "drivers/video/fbdev/Kconfig"
25endmenu
26
27source "drivers/video/backlight/Kconfig"
28
29#menu "Rockchip Misc Video driver"
30#source "drivers/video/rockchip/Kconfig"
31#endmenu
32
33config VGASTATE
34       tristate
35       default n
36
37config VIDEOMODE_HELPERS
38	bool
39
40config HDMI
41	bool
42
43endif # HAS_IOMEM
44
45if VT
46	source "drivers/video/console/Kconfig"
47endif
48
49if FB || SGI_NEWPORT_CONSOLE
50	source "drivers/video/logo/Kconfig"
51
52endif
53
54
55endmenu
56