Kconfig (66d658b99c4c3b3fcd53b7403c896eb98dc2c3ea) Kconfig (210bbb71b3457bebd2fff0aa8a30623891ed2411)
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

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

264 This enables support for the Advanced Graphics Architecture (also
265 known as the AGA or AA) Chip Set, found in the A1200, A4000, A4000T
266 and CD32. If you intend to run Linux on any of these systems, say Y;
267 otherwise say N.
268
269config FB_FM2
270 bool "Amiga FrameMaster II/Rainbow II support"
271 depends on (FB = y) && ZORRO
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

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

264 This enables support for the Advanced Graphics Architecture (also
265 known as the AGA or AA) Chip Set, found in the A1200, A4000, A4000T
266 and CD32. If you intend to run Linux on any of these systems, say Y;
267 otherwise say N.
268
269config FB_FM2
270 bool "Amiga FrameMaster II/Rainbow II support"
271 depends on (FB = y) && ZORRO
272 select FB_CFB_FILLRECT
273 select FB_CFB_COPYAREA
274 select FB_CFB_IMAGEBLIT
272 select FB_IOMEM_HELPERS
275 help
276 This is the frame buffer device driver for the Amiga FrameMaster
277 card from BSC (exhibited 1992 but not shipped as a CBM product).
278
279config FB_ARC
280 tristate "Arc Monochrome LCD board support"
281 depends on FB && (X86 || COMPILE_TEST)
282 select FB_SYS_FILLRECT

--- 1750 unchanged lines hidden ---
273 help
274 This is the frame buffer device driver for the Amiga FrameMaster
275 card from BSC (exhibited 1992 but not shipped as a CBM product).
276
277config FB_ARC
278 tristate "Arc Monochrome LCD board support"
279 depends on FB && (X86 || COMPILE_TEST)
280 select FB_SYS_FILLRECT

--- 1750 unchanged lines hidden ---