Kconfig (f838bad1b3be8ca0c785ee0e0c570dfda74cf377) Kconfig (4ee36dc08e5c4d16d078f59acd6d9d536f9718dd)
1#
2# Video configuration
3#
4
5menu "Graphics support"
6 depends on HAS_IOMEM
7
8source "drivers/char/agp/Kconfig"

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

1925 kernel option `video=vfb:'.
1926
1927 To compile this driver as a module, choose M here: the
1928 module will be called vfb. In order to load it, you must use
1929 the vfb_enable=1 option.
1930
1931 If unsure, say N.
1932
1#
2# Video configuration
3#
4
5menu "Graphics support"
6 depends on HAS_IOMEM
7
8source "drivers/char/agp/Kconfig"

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

1925 kernel option `video=vfb:'.
1926
1927 To compile this driver as a module, choose M here: the
1928 module will be called vfb. In order to load it, you must use
1929 the vfb_enable=1 option.
1930
1931 If unsure, say N.
1932
1933config XEN_FBDEV_FRONTEND
1934 tristate "Xen virtual frame buffer support"
1935 depends on FB && XEN
1936 select FB_SYS_FILLRECT
1937 select FB_SYS_COPYAREA
1938 select FB_SYS_IMAGEBLIT
1939 select FB_SYS_FOPS
1940 select FB_DEFERRED_IO
1941 default y
1942 help
1943 This driver implements the front-end of the Xen virtual
1944 frame buffer driver. It communicates with a back-end
1945 in another domain.
1946
1933source "drivers/video/omap/Kconfig"
1934
1935source "drivers/video/backlight/Kconfig"
1936source "drivers/video/display/Kconfig"
1937
1938if VT
1939 source "drivers/video/console/Kconfig"
1940endif
1941
1942if FB || SGI_NEWPORT_CONSOLE
1943 source "drivers/video/logo/Kconfig"
1944endif
1945
1946endmenu
1947source "drivers/video/omap/Kconfig"
1948
1949source "drivers/video/backlight/Kconfig"
1950source "drivers/video/display/Kconfig"
1951
1952if VT
1953 source "drivers/video/console/Kconfig"
1954endif
1955
1956if FB || SGI_NEWPORT_CONSOLE
1957 source "drivers/video/logo/Kconfig"
1958endif
1959
1960endmenu