Kconfig 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. #
  2. # Geode family framebuffer configuration
  3. #
  4. config FB_GEODE
  5. bool "AMD Geode family framebuffer support"
  6. depends on FB && PCI && (X86_32 || (X86 && COMPILE_TEST))
  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_LX
  11. tristate "AMD Geode LX framebuffer support"
  12. depends on FB && FB_GEODE
  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 LX processors.
  19. To compile this driver as a module, choose M here: the module will
  20. be called lxfb.
  21. If unsure, say N.
  22. config FB_GEODE_GX
  23. tristate "AMD Geode GX framebuffer support"
  24. depends on FB && FB_GEODE
  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 GX processors.
  31. To compile this driver as a module, choose M here: the module will be
  32. called gxfb.
  33. If unsure, say N.
  34. config FB_GEODE_GX1
  35. tristate "AMD Geode GX1 framebuffer support"
  36. depends on FB && FB_GEODE
  37. select FB_CFB_FILLRECT
  38. select FB_CFB_COPYAREA
  39. select FB_CFB_IMAGEBLIT
  40. ---help---
  41. Framebuffer driver for the display controller integrated into the
  42. AMD Geode GX1 processor.
  43. To compile this driver as a module, choose M here: the module will be
  44. called gx1fb.
  45. If unsure, say N.