Kconfig 669 字节
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 23
source "drivers/gpu/host1x/Kconfig"

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

26 27 28 29
source "drivers/video/fbdev/Kconfig"

source "drivers/video/backlight/Kconfig"

30 31 32 33
config VGASTATE
       tristate
       default n

34 35
config VIDEOMODE_HELPERS
	bool
36

37 38 39
config HDMI
	bool

L
Linus Torvalds 已提交
40 41 42 43 44 45 46
if VT
	source "drivers/video/console/Kconfig"
endif

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

47
endif
48

49

L
Linus Torvalds 已提交
50
endmenu