Kconfig 741 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5
#
# Video configuration
#

menu "Graphics support"
6
	depends on HAS_IOMEM
L
Linus Torvalds 已提交
7

8 9 10
config HAVE_FB_ATMEL
	bool

11 12 13 14 15 16 17
config SH_MIPI_DSI
	tristate
	depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK

config SH_LCD_MIPI_DSI
	bool

R
Randy Dunlap 已提交
18 19
source "drivers/char/agp/Kconfig"

20 21
source "drivers/gpu/vga/Kconfig"

T
Terje Bergstrom 已提交
22
source "drivers/gpu/host1x/Kconfig"
23
source "drivers/gpu/ipu-v3/Kconfig"
T
Terje Bergstrom 已提交
24

25 26
source "drivers/gpu/drm/Kconfig"

27
menu "Frame buffer Devices"
28
source "drivers/video/fbdev/Kconfig"
29
endmenu
30 31 32

source "drivers/video/backlight/Kconfig"

33 34 35 36
config VGASTATE
       tristate
       default n

37 38
config VIDEOMODE_HELPERS
	bool
39

40 41 42
config HDMI
	bool

L
Linus Torvalds 已提交
43 44 45 46 47 48 49
if VT
	source "drivers/video/console/Kconfig"
endif

if FB || SGI_NEWPORT_CONSOLE
	source "drivers/video/logo/Kconfig"

50
endif
51

52

L
Linus Torvalds 已提交
53
endmenu