Kconfig 444 B

1234567891011121314
  1. config 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. This driver is also available as a module. The module will be
  11. called sm7xxfb. If you want to compile it as a module, say M
  12. here and read <file:Documentation/kbuild/modules.txt>.