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 select VIDEO_NOMODESET 10 help 11 Frame buffer driver for the Silicon Motion SM750 chip 12 with 2D acceleration and dual head support. 13 14 This driver is also available as a module. The module will be 15 called sm750fb. If you want to compile it as a module, say M 16 here and read <file:Documentation/kbuild/modules.rst>. 17