Kconfig (ab42b818954c040fa13639dc031d8541edcecb4b) | Kconfig (cd238effefa28fac177e51dcf5e9d1a8b59c3c6b) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# fbdev configuration 4# 5 6config FB_CMDLINE 7 bool 8 --- 275 unchanged lines hidden (view full) --- 284 select BACKLIGHT_CLASS_DEVICE if OF 285 help 286 This framebuffer device driver is for the ARM PrimeCell PL110 287 Colour LCD controller. ARM PrimeCells provide the building 288 blocks for System on a Chip devices. 289 290 If you want to compile this as a module (=code which can be 291 inserted into and removed from the running kernel), say M | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# fbdev configuration 4# 5 6config FB_CMDLINE 7 bool 8 --- 275 unchanged lines hidden (view full) --- 284 select BACKLIGHT_CLASS_DEVICE if OF 285 help 286 This framebuffer device driver is for the ARM PrimeCell PL110 287 Colour LCD controller. ARM PrimeCells provide the building 288 blocks for System on a Chip devices. 289 290 If you want to compile this as a module (=code which can be 291 inserted into and removed from the running kernel), say M |
292 here and read <file:Documentation/kbuild/modules.txt>. The module | 292 here and read <file:Documentation/kbuild/modules.rst>. The module |
293 will be called amba-clcd. 294 295config FB_ACORN 296 bool "Acorn VIDC support" 297 depends on (FB = y) && ARM && ARCH_ACORN 298 select FB_CFB_FILLRECT 299 select FB_CFB_COPYAREA 300 select FB_CFB_IMAGEBLIT --- 1446 unchanged lines hidden (view full) --- 1747 select FB_MODE_HELPERS if OF 1748 ---help--- 1749 Frame buffer driver for the built-in LCD controller in the Intel 1750 PXA2x0 processor. 1751 1752 This driver is also available as a module ( = code which can be 1753 inserted and removed from the running kernel whenever you want). The 1754 module will be called pxafb. If you want to compile it as a module, | 293 will be called amba-clcd. 294 295config FB_ACORN 296 bool "Acorn VIDC support" 297 depends on (FB = y) && ARM && ARCH_ACORN 298 select FB_CFB_FILLRECT 299 select FB_CFB_COPYAREA 300 select FB_CFB_IMAGEBLIT --- 1446 unchanged lines hidden (view full) --- 1747 select FB_MODE_HELPERS if OF 1748 ---help--- 1749 Frame buffer driver for the built-in LCD controller in the Intel 1750 PXA2x0 processor. 1751 1752 This driver is also available as a module ( = code which can be 1753 inserted and removed from the running kernel whenever you want). The 1754 module will be called pxafb. If you want to compile it as a module, |
1755 say M here and read <file:Documentation/kbuild/modules.txt>. | 1755 say M here and read <file:Documentation/kbuild/modules.rst>. |
1756 1757 If unsure, say N. 1758 1759config FB_PXA_OVERLAY 1760 bool "Support PXA27x/PXA3xx Overlay(s) as framebuffer" 1761 depends on FB_PXA && (PXA27x || PXA3xx) 1762 1763config FB_PXA_SMARTPANEL --- 64 unchanged lines hidden (view full) --- 1828 select FB_CFB_IMAGEBLIT 1829 ---help--- 1830 Frame buffer driver for the w100 as found on the Sharp SL-Cxx series. 1831 It can also drive the w3220 chip found on iPAQ hx4700. 1832 1833 This driver is also available as a module ( = code which can be 1834 inserted and removed from the running kernel whenever you want). The 1835 module will be called w100fb. If you want to compile it as a module, | 1756 1757 If unsure, say N. 1758 1759config FB_PXA_OVERLAY 1760 bool "Support PXA27x/PXA3xx Overlay(s) as framebuffer" 1761 depends on FB_PXA && (PXA27x || PXA3xx) 1762 1763config FB_PXA_SMARTPANEL --- 64 unchanged lines hidden (view full) --- 1828 select FB_CFB_IMAGEBLIT 1829 ---help--- 1830 Frame buffer driver for the w100 as found on the Sharp SL-Cxx series. 1831 It can also drive the w3220 chip found on iPAQ hx4700. 1832 1833 This driver is also available as a module ( = code which can be 1834 inserted and removed from the running kernel whenever you want). The 1835 module will be called w100fb. If you want to compile it as a module, |
1836 say M here and read <file:Documentation/kbuild/modules.txt>. | 1836 say M here and read <file:Documentation/kbuild/modules.rst>. |
1837 1838 If unsure, say N. 1839 1840config FB_SH_MOBILE_LCDC 1841 tristate "SuperH Mobile LCDC framebuffer support" 1842 depends on FB && (SUPERH || ARCH_RENESAS) && HAVE_CLK 1843 select FB_SYS_FILLRECT 1844 select FB_SYS_COPYAREA --- 12 unchanged lines hidden (view full) --- 1857 select FB_CFB_IMAGEBLIT 1858 ---help--- 1859 Frame buffer driver for the Toshiba Mobile IO integrated as found 1860 on the Sharp SL-6000 series 1861 1862 This driver is also available as a module ( = code which can be 1863 inserted and removed from the running kernel whenever you want). The 1864 module will be called tmiofb. If you want to compile it as a module, | 1837 1838 If unsure, say N. 1839 1840config FB_SH_MOBILE_LCDC 1841 tristate "SuperH Mobile LCDC framebuffer support" 1842 depends on FB && (SUPERH || ARCH_RENESAS) && HAVE_CLK 1843 select FB_SYS_FILLRECT 1844 select FB_SYS_COPYAREA --- 12 unchanged lines hidden (view full) --- 1857 select FB_CFB_IMAGEBLIT 1858 ---help--- 1859 Frame buffer driver for the Toshiba Mobile IO integrated as found 1860 on the Sharp SL-6000 series 1861 1862 This driver is also available as a module ( = code which can be 1863 inserted and removed from the running kernel whenever you want). The 1864 module will be called tmiofb. If you want to compile it as a module, |
1865 say M here and read <file:Documentation/kbuild/modules.txt>. | 1865 say M here and read <file:Documentation/kbuild/modules.rst>. |
1866 1867 If unsure, say N. 1868 1869config FB_TMIO_ACCELL 1870 bool "tmiofb acceleration" 1871 depends on FB_TMIO 1872 default y 1873 --- 29 unchanged lines hidden (view full) --- 1903 select FB_CFB_IMAGEBLIT 1904 ---help--- 1905 Frame buffer driver for the built-in LCD controller in the Samsung 1906 S3C2410 processor. 1907 1908 This driver is also available as a module ( = code which can be 1909 inserted and removed from the running kernel whenever you want). The 1910 module will be called s3c2410fb. If you want to compile it as a module, | 1866 1867 If unsure, say N. 1868 1869config FB_TMIO_ACCELL 1870 bool "tmiofb acceleration" 1871 depends on FB_TMIO 1872 default y 1873 --- 29 unchanged lines hidden (view full) --- 1903 select FB_CFB_IMAGEBLIT 1904 ---help--- 1905 Frame buffer driver for the built-in LCD controller in the Samsung 1906 S3C2410 processor. 1907 1908 This driver is also available as a module ( = code which can be 1909 inserted and removed from the running kernel whenever you want). The 1910 module will be called s3c2410fb. If you want to compile it as a module, |
1911 say M here and read <file:Documentation/kbuild/modules.txt>. | 1911 say M here and read <file:Documentation/kbuild/modules.rst>. |
1912 1913 If unsure, say N. 1914config FB_S3C2410_DEBUG 1915 bool "S3C2410 lcd debug messages" 1916 depends on FB_S3C2410 1917 help 1918 Turn on debugging messages. Note that you can set/unset at run time 1919 through sysfs --- 20 unchanged lines hidden (view full) --- 1940 select FB_CFB_IMAGEBLIT 1941 ---help--- 1942 Frame buffer driver for the CRT and LCD controllers in the Silicon 1943 Motion SM501. 1944 1945 This driver is also available as a module ( = code which can be 1946 inserted and removed from the running kernel whenever you want). The 1947 module will be called sm501fb. If you want to compile it as a module, | 1912 1913 If unsure, say N. 1914config FB_S3C2410_DEBUG 1915 bool "S3C2410 lcd debug messages" 1916 depends on FB_S3C2410 1917 help 1918 Turn on debugging messages. Note that you can set/unset at run time 1919 through sysfs --- 20 unchanged lines hidden (view full) --- 1940 select FB_CFB_IMAGEBLIT 1941 ---help--- 1942 Frame buffer driver for the CRT and LCD controllers in the Silicon 1943 Motion SM501. 1944 1945 This driver is also available as a module ( = code which can be 1946 inserted and removed from the running kernel whenever you want). The 1947 module will be called sm501fb. If you want to compile it as a module, |
1948 say M here and read <file:Documentation/kbuild/modules.txt>. | 1948 say M here and read <file:Documentation/kbuild/modules.rst>. |
1949 1950 If unsure, say N. 1951 1952config FB_SMSCUFX 1953 tristate "SMSC UFX6000/7000 USB Framebuffer support" 1954 depends on FB && USB 1955 select FB_MODE_HELPERS 1956 select FB_SYS_FILLRECT --- 326 unchanged lines hidden (view full) --- 2283 select FB_CFB_COPYAREA 2284 select FB_CFB_IMAGEBLIT 2285 help 2286 Frame buffer driver for the Silicon Motion SM710, SM712, SM721 2287 and SM722 chips. 2288 2289 This driver is also available as a module. The module will be 2290 called sm712fb. If you want to compile it as a module, say M | 1949 1950 If unsure, say N. 1951 1952config FB_SMSCUFX 1953 tristate "SMSC UFX6000/7000 USB Framebuffer support" 1954 depends on FB && USB 1955 select FB_MODE_HELPERS 1956 select FB_SYS_FILLRECT --- 326 unchanged lines hidden (view full) --- 2283 select FB_CFB_COPYAREA 2284 select FB_CFB_IMAGEBLIT 2285 help 2286 Frame buffer driver for the Silicon Motion SM710, SM712, SM721 2287 and SM722 chips. 2288 2289 This driver is also available as a module. The module will be 2290 called sm712fb. If you want to compile it as a module, say M |
2291 here and read <file:Documentation/kbuild/modules.txt>. | 2291 here and read <file:Documentation/kbuild/modules.rst>. |
2292 2293source "drivers/video/fbdev/omap/Kconfig" 2294source "drivers/video/fbdev/omap2/Kconfig" 2295source "drivers/video/fbdev/mmp/Kconfig" | 2292 2293source "drivers/video/fbdev/omap/Kconfig" 2294source "drivers/video/fbdev/omap2/Kconfig" 2295source "drivers/video/fbdev/mmp/Kconfig" |