Kconfig 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. config FB_ARK1668LCD
  2. tristate "Ark1668 framebuffer support"
  3. depends on SOC_ARK1668
  4. depends on FB && HAS_IOMEM
  5. select FB_CFB_FILLRECT
  6. select FB_CFB_COPYAREA
  7. select FB_CFB_IMAGEBLIT
  8. select FB_MODE_HELPERS if OF
  9. select VIDEOMODE_HELPERS if OF
  10. select BACKLIGHT_LCD_SUPPORT if OF
  11. select BACKLIGHT_CLASS_DEVICE if OF
  12. help
  13. This framebuffer device driver is for the ARK1668 LCD controller.
  14. config FB_ARKN141LCD
  15. tristate "Arkn141 framebuffer support"
  16. depends on SOC_ARKN141
  17. depends on FB && HAS_IOMEM
  18. select FB_CFB_FILLRECT
  19. select FB_CFB_COPYAREA
  20. select FB_CFB_IMAGEBLIT
  21. select FB_MODE_HELPERS if OF
  22. select VIDEOMODE_HELPERS if OF
  23. select BACKLIGHT_LCD_SUPPORT if OF
  24. select BACKLIGHT_CLASS_DEVICE if OF
  25. help
  26. This framebuffer device driver is for the ARKN141 LCD controller.
  27. config FB_ARK1668ELCD
  28. tristate "Ark1668e framebuffer support"
  29. depends on SOC_ARK1668E
  30. depends on FB && HAS_IOMEM
  31. select FB_CFB_FILLRECT
  32. select FB_CFB_COPYAREA
  33. select FB_CFB_IMAGEBLIT
  34. select FB_MODE_HELPERS if OF
  35. select VIDEOMODE_HELPERS if OF
  36. select BACKLIGHT_LCD_SUPPORT if OF
  37. select BACKLIGHT_CLASS_DEVICE if OF
  38. help
  39. This framebuffer device driver is for the ARK1668E LCD controller.
  40. config FB_ARKN141SLCD
  41. tristate "ARKN141S framebuffer support"
  42. depends on SOC_ARKN141S
  43. depends on FB && HAS_IOMEM
  44. select FB_CFB_FILLRECT
  45. select FB_CFB_COPYAREA
  46. select FB_CFB_IMAGEBLIT
  47. select FB_MODE_HELPERS if OF
  48. select VIDEOMODE_HELPERS if OF
  49. select BACKLIGHT_LCD_SUPPORT if OF
  50. select BACKLIGHT_CLASS_DEVICE if OF
  51. help
  52. This framebuffer device driver is for the ARK1668E LCD controller.