Kconfig (2ee692802b8f6c54bd6499addd3d07c2833d84d8) | Kconfig (f10effe5f77a9deb13c8fa3df6c2f103f04e6a0f) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# fbdev configuration 4# 5 6config FB_CMDLINE 7 bool 8 --- 1864 unchanged lines hidden (view full) --- 1873 1874config FB_TMIO_ACCELL 1875 bool "tmiofb acceleration" 1876 depends on FB_TMIO 1877 default y 1878 1879config FB_S3C 1880 tristate "Samsung S3C framebuffer support" | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# fbdev configuration 4# 5 6config FB_CMDLINE 7 bool 8 --- 1864 unchanged lines hidden (view full) --- 1873 1874config FB_TMIO_ACCELL 1875 bool "tmiofb acceleration" 1876 depends on FB_TMIO 1877 default y 1878 1879config FB_S3C 1880 tristate "Samsung S3C framebuffer support" |
1881 depends on FB && (CPU_S3C2416 || ARCH_S3C64XX) | 1881 depends on FB && HAVE_CLK && HAS_IOMEM 1882 depends on (CPU_S3C2416 || ARCH_S3C64XX) || COMPILE_TEST |
1882 select FB_CFB_FILLRECT 1883 select FB_CFB_COPYAREA 1884 select FB_CFB_IMAGEBLIT 1885 ---help--- 1886 Frame buffer driver for the built-in FB controller in the Samsung 1887 SoC line from the S3C2443 onwards, including the S3C2416, S3C2450, 1888 and the S3C64XX series such as the S3C6400 and S3C6410. 1889 --- 401 unchanged lines hidden --- | 1883 select FB_CFB_FILLRECT 1884 select FB_CFB_COPYAREA 1885 select FB_CFB_IMAGEBLIT 1886 ---help--- 1887 Frame buffer driver for the built-in FB controller in the Samsung 1888 SoC line from the S3C2443 onwards, including the S3C2416, S3C2450, 1889 and the S3C64XX series such as the S3C6400 and S3C6410. 1890 --- 401 unchanged lines hidden --- |