Kconfig (9a87ffc99ec8eb8d35eed7c4f816d75f5cc9662e) | Kconfig (6a40953db0b450f9023a2b4e330afa1a7c4565d5) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config FB_OMAP 3 tristate "OMAP frame buffer support" 4 depends on FB 5 depends on ARCH_OMAP1 || (ARM && COMPILE_TEST) | 1# SPDX-License-Identifier: GPL-2.0-only 2config FB_OMAP 3 tristate "OMAP frame buffer support" 4 depends on FB 5 depends on ARCH_OMAP1 || (ARM && COMPILE_TEST) |
6 select FB_CFB_FILLRECT 7 select FB_CFB_COPYAREA 8 select FB_CFB_IMAGEBLIT | 6 select FB_IOMEM_HELPERS |
9 help 10 Frame buffer driver for OMAP based boards. 11 12config FB_OMAP_LCDC_EXTERNAL 13 bool "External LCD controller support" 14 depends on FB_OMAP 15 help 16 Say Y here, if you want to have support for boards with an --- 35 unchanged lines hidden --- | 7 help 8 Frame buffer driver for OMAP based boards. 9 10config FB_OMAP_LCDC_EXTERNAL 11 bool "External LCD controller support" 12 depends on FB_OMAP 13 help 14 Say Y here, if you want to have support for boards with an --- 35 unchanged lines hidden --- |