1# SPDX-License-Identifier: GPL-2.0 2config FB_SM750 3 tristate "Silicon Motion SM750 framebuffer support" 4 depends on FB && PCI && HAS_IOPORT 5 select FB_MODE_HELPERS 6 select FB_CFB_FILLRECT 7 select FB_CFB_COPYAREA 8 select FB_CFB_IMAGEBLIT 9 help 10 Frame buffer driver for the Silicon Motion SM750 chip 11 with 2D acceleration and dual head support. 12 13 This driver is also available as a module. The module will be 14 called sm750fb. If you want to compile it as a module, say M 15 here and read <file:Documentation/kbuild/modules.rst>. 16