Kconfig (5f86367006c6a0662faaf36f753f437afe42fb63) | Kconfig (367984eb70a79af20e3361a60723e744709bb372) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# fbdev configuration 4# 5 6menuconfig FB 7 tristate "Support for frame buffer device drivers" 8 select FB_CORE --- 1925 unchanged lines hidden (view full) --- 1934 help 1935 This framebuffer driver supports Microsoft Hyper-V Synthetic Video. 1936 1937config FB_SIMPLE 1938 tristate "Simple framebuffer support" 1939 depends on FB 1940 depends on !DRM_SIMPLEDRM 1941 select APERTURE_HELPERS | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# fbdev configuration 4# 5 6menuconfig FB 7 tristate "Support for frame buffer device drivers" 8 select FB_CORE --- 1925 unchanged lines hidden (view full) --- 1934 help 1935 This framebuffer driver supports Microsoft Hyper-V Synthetic Video. 1936 1937config FB_SIMPLE 1938 tristate "Simple framebuffer support" 1939 depends on FB 1940 depends on !DRM_SIMPLEDRM 1941 select APERTURE_HELPERS |
1942 select FB_CFB_FILLRECT 1943 select FB_CFB_COPYAREA 1944 select FB_CFB_IMAGEBLIT | 1942 select FB_IOMEM_HELPERS |
1945 help 1946 Say Y if you want support for a simple frame-buffer. 1947 1948 This driver assumes that the display hardware has been initialized 1949 before the kernel boots, and the kernel will simply render to the 1950 pre-allocated frame buffer surface. 1951 1952 Configuration re: surface address, size, and format must be provided --- 32 unchanged lines hidden --- | 1943 help 1944 Say Y if you want support for a simple frame-buffer. 1945 1946 This driver assumes that the display hardware has been initialized 1947 before the kernel boots, and the kernel will simply render to the 1948 pre-allocated frame buffer surface. 1949 1950 Configuration re: surface address, size, and format must be provided --- 32 unchanged lines hidden --- |