Kconfig (11754a5046080a02ecf8a78bd80644e0dae56362) Kconfig (e0f05e643eb1ff9588d38c46ad12ff74efb09959)
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

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

173 select LCD_CLASS_DEVICE
174 select FB_IOMEM_HELPERS
175 select FB_MODE_HELPERS
176 select VIDEOMODE_HELPERS
177
178config FB_CYBER2000
179 tristate "CyberPro 2000/2010/5000 support"
180 depends on FB && PCI && (BROKEN || !SPARC64)
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

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

173 select LCD_CLASS_DEVICE
174 select FB_IOMEM_HELPERS
175 select FB_MODE_HELPERS
176 select VIDEOMODE_HELPERS
177
178config FB_CYBER2000
179 tristate "CyberPro 2000/2010/5000 support"
180 depends on FB && PCI && (BROKEN || !SPARC64)
181 select FB_CFB_FILLRECT
182 select FB_CFB_COPYAREA
183 select FB_CFB_IMAGEBLIT
184 select FB_IOMEM_FOPS
181 select FB_IOMEM_HELPERS
185 select VIDEO_NOMODESET
186 help
187 This enables support for the Integraphics CyberPro 20x0 and 5000
188 VGA chips used in the Rebel.com Netwinder and other machines.
189 Say Y if you have a NetWinder or a graphics card containing this
190 device, otherwise say N.
191
192config FB_CYBER2000_DDC

--- 1746 unchanged lines hidden ---
182 select VIDEO_NOMODESET
183 help
184 This enables support for the Integraphics CyberPro 20x0 and 5000
185 VGA chips used in the Rebel.com Netwinder and other machines.
186 Say Y if you have a NetWinder or a graphics card containing this
187 device, otherwise say N.
188
189config FB_CYBER2000_DDC

--- 1746 unchanged lines hidden ---