Kconfig (e9fa7c43aa74fae3a1db04092d2a51005f5b8a21) Kconfig (179b025fea2fa65760f1dcdff3585465d2177159)
1#
2# Video configuration
3#
4
5menu "Graphics support"
6 depends on HAS_IOMEM
7
1#
2# Video configuration
3#
4
5menu "Graphics support"
6 depends on HAS_IOMEM
7
8source "drivers/video/backlight/Kconfig"
9source "drivers/video/display/Kconfig"
8source "drivers/char/agp/Kconfig"
10
9
10source "drivers/char/drm/Kconfig"
11
11config VGASTATE
12 tristate
13 default n
14
15config VIDEO_OUTPUT_CONTROL
16 tristate "Lowlevel video output switch controls"
17 default m
18 help
19 This framework adds support for low-level control of the video
20 output switch.
21
12config VGASTATE
13 tristate
14 default n
15
16config VIDEO_OUTPUT_CONTROL
17 tristate "Lowlevel video output switch controls"
18 default m
19 help
20 This framework adds support for low-level control of the video
21 output switch.
22
22config FB
23menuconfig FB
23 tristate "Support for frame buffer devices"
24 ---help---
25 The frame buffer device provides an abstraction for the graphics
26 hardware. It represents the frame buffer of some video hardware and
27 allows application software to access the graphics hardware through
28 a well-defined interface, so the software doesn't need to know
29 anything about the low-level (hardware register) stuff.
30

--- 1860 unchanged lines hidden (view full) ---

1891 the vfb_enable=1 option.
1892
1893 If unsure, say N.
1894
1895if ARCH_OMAP
1896 source "drivers/video/omap/Kconfig"
1897endif
1898
24 tristate "Support for frame buffer devices"
25 ---help---
26 The frame buffer device provides an abstraction for the graphics
27 hardware. It represents the frame buffer of some video hardware and
28 allows application software to access the graphics hardware through
29 a well-defined interface, so the software doesn't need to know
30 anything about the low-level (hardware register) stuff.
31

--- 1860 unchanged lines hidden (view full) ---

1892 the vfb_enable=1 option.
1893
1894 If unsure, say N.
1895
1896if ARCH_OMAP
1897 source "drivers/video/omap/Kconfig"
1898endif
1899
1900source "drivers/video/backlight/Kconfig"
1901source "drivers/video/display/Kconfig"
1902
1899if VT
1900 source "drivers/video/console/Kconfig"
1901endif
1902
1903if FB || SGI_NEWPORT_CONSOLE
1904 source "drivers/video/logo/Kconfig"
1905endif
1906
1907endmenu
1903if VT
1904 source "drivers/video/console/Kconfig"
1905endif
1906
1907if FB || SGI_NEWPORT_CONSOLE
1908 source "drivers/video/logo/Kconfig"
1909endif
1910
1911endmenu
1908