Kconfig (cbe606f304ec188b90e0b9f8b3e8b37d57553f81) Kconfig (3409343341b10eb99c8bf1eb46a2c49e9cdd786d)
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

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

522 bool
523 select FB_CFB_COPYAREA
524 select FB_CFB_FILLRECT
525 select FB_CFB_IMAGEBLIT
526
527config FB_BW2
528 bool "BWtwo support"
529 depends on (FB = y) && (SPARC && FB_SBUS)
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

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

522 bool
523 select FB_CFB_COPYAREA
524 select FB_CFB_FILLRECT
525 select FB_CFB_IMAGEBLIT
526
527config FB_BW2
528 bool "BWtwo support"
529 depends on (FB = y) && (SPARC && FB_SBUS)
530 select FB_CFB_FILLRECT
531 select FB_CFB_COPYAREA
532 select FB_CFB_IMAGEBLIT
530 select FB_SBUS_HELPERS
533 help
534 This is the frame buffer device driver for the BWtwo frame buffer.
535
536config FB_CG3
537 bool "CGthree support"
538 depends on (FB = y) && (SPARC && FB_SBUS)
539 select FB_CFB_FILLRECT
540 select FB_CFB_COPYAREA

--- 1434 unchanged lines hidden ---
531 help
532 This is the frame buffer device driver for the BWtwo frame buffer.
533
534config FB_CG3
535 bool "CGthree support"
536 depends on (FB = y) && (SPARC && FB_SBUS)
537 select FB_CFB_FILLRECT
538 select FB_CFB_COPYAREA

--- 1434 unchanged lines hidden ---