brintos

brintos / linux-shallow public Read only

0
0
Text · 535 B · 08bcccd Raw
16 lines · plain
1# SPDX-License-Identifier: GPL-2.02config FB_SM7503	tristate "Silicon Motion SM750 framebuffer support"4	depends on FB && PCI && HAS_IOPORT5	select FB_MODE_HELPERS6	select FB_CFB_FILLRECT7	select FB_CFB_COPYAREA8	select FB_CFB_IMAGEBLIT9	help10	  Frame buffer driver for the Silicon Motion SM750 chip11	  with 2D acceleration and dual head support.12 13	  This driver is also available as a module. The module will be14	  called sm750fb. If you want to compile it as a module, say M15	  here and read <file:Documentation/kbuild/modules.rst>.16