Kconfig 909 B

1234567891011121314151617181920212223242526272829
  1. #
  2. # Geode family framebuffer configuration
  3. #
  4. config FB_GEODE
  5. bool "AMD Geode family framebuffer support (EXPERIMENTAL)"
  6. default n
  7. depends on FB && EXPERIMENTAL && X86
  8. ---help---
  9. Say 'Y' here to allow you to select framebuffer drivers for
  10. the AMD Geode family of processors.
  11. config FB_GEODE_GX1
  12. tristate "AMD Geode GX1 framebuffer support (EXPERIMENTAL)"
  13. default n
  14. depends on FB_GEODE && EXPERIMENTAL
  15. select FB_CFB_FILLRECT
  16. select FB_CFB_COPYAREA
  17. select FB_CFB_IMAGEBLIT
  18. select FB_SOFT_CURSOR
  19. ---help---
  20. Framebuffer driver for the display controller integrated into the
  21. AMD Geode GX1 processor.
  22. This driver is also available as a module ( = code which can be
  23. inserted and removed from the running kernel whenever you want). The
  24. module will be called gx1fb. If you want to compile it as a module,
  25. say M here and read <file:Documentation/modules.txt>.
  26. If unsure, say N.