1config FB_SM7XX 2 tristate "Silicon Motion SM7XX framebuffer support" 3 depends on FB && PCI 4 select FB_CFB_FILLRECT 5 select FB_CFB_COPYAREA 6 select FB_CFB_IMAGEBLIT 7 help 8 Frame buffer driver for the Silicon Motion SM710, SM712, SM721 9 and SM722 chips. 10 11 This driver is also available as a module. The module will be 12 called sm7xxfb. If you want to compile it as a module, say M 13 here and read <file:Documentation/kbuild/modules.txt>. 14