/drivers/video/geode/Kconfig

https://bitbucket.org/abioy/linux · #! · 54 lines · 45 code · 9 blank · 0 comment · 0 complexity · 66cc0113fb5998eb253fa3a318438ecf MD5 · raw file

  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_LX
  11. tristate "AMD Geode LX framebuffer support (EXPERIMENTAL)"
  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 (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 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 (EXPERIMENTAL)"
  36. depends on FB && FB_GEODE && EXPERIMENTAL
  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.