Kconfig 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Geode family framebuffer configuration
  4. #
  5. config FB_GEODE
  6. bool "AMD Geode family framebuffer support"
  7. depends on FB && PCI && (X86_32 || (X86 && COMPILE_TEST))
  8. depends on !UML
  9. help
  10. Say 'Y' here to allow you to select framebuffer drivers for
  11. the AMD Geode family of processors.
  12. config FB_GEODE_LX
  13. tristate "AMD Geode LX framebuffer support"
  14. depends on FB && FB_GEODE
  15. select FB_IOMEM_HELPERS
  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_IOMEM_HELPERS
  26. help
  27. Framebuffer driver for the display controller integrated into the
  28. AMD Geode GX processors.
  29. To compile this driver as a module, choose M here: the module will be
  30. called gxfb.
  31. If unsure, say N.
  32. config FB_GEODE_GX1
  33. tristate "AMD Geode GX1 framebuffer support"
  34. depends on FB && FB_GEODE
  35. select FB_IOMEM_HELPERS
  36. help
  37. Framebuffer driver for the display controller integrated into the
  38. AMD Geode GX1 processor.
  39. To compile this driver as a module, choose M here: the module will be
  40. called gx1fb.
  41. If unsure, say N.