Kconfig 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. #
  2. # Geode family framebuffer configuration
  3. #
  4. config FB_GEODE
  5. bool "AMD Geode family framebuffer support (EXPERIMENTAL)"
  6. depends on FB && PCI && EXPERIMENTAL && X86
  7. ---help---
  8. Say 'Y' here to allow you to select framebuffer drivers for
  9. the AMD Geode family of processors.
  10. config FB_GEODE_GX
  11. tristate "AMD Geode GX framebuffer support (EXPERIMENTAL)"
  12. depends on FB && FB_GEODE && EXPERIMENTAL
  13. select FB_CFB_FILLRECT
  14. select FB_CFB_COPYAREA
  15. select FB_CFB_IMAGEBLIT
  16. ---help---
  17. Framebuffer driver for the display controller integrated into the
  18. AMD Geode GX processors.
  19. To compile this driver as a module, choose M here: the module will be
  20. called gxfb.
  21. If unsure, say N.
  22. config FB_GEODE_GX1
  23. tristate "AMD Geode GX1 framebuffer support (EXPERIMENTAL)"
  24. depends on FB && FB_GEODE && EXPERIMENTAL
  25. select FB_CFB_FILLRECT
  26. select FB_CFB_COPYAREA
  27. select FB_CFB_IMAGEBLIT
  28. ---help---
  29. Framebuffer driver for the display controller integrated into the
  30. AMD Geode GX1 processor.
  31. To compile this driver as a module, choose M here: the module will be
  32. called gx1fb.
  33. If unsure, say N.