Kconfig 458 B

12345678910111213141516171819
  1. config DRM_MXS
  2. bool
  3. help
  4. Choose this option to select drivers for MXS FB devices
  5. config DRM_MXSFB
  6. tristate "i.MX23/i.MX28/i.MX6SX MXSFB LCD controller"
  7. depends on DRM && OF
  8. depends on COMMON_CLK
  9. select DRM_MXS
  10. select DRM_KMS_HELPER
  11. select DRM_KMS_FB_HELPER
  12. select DRM_KMS_CMA_HELPER
  13. select DRM_PANEL
  14. help
  15. Choose this option if you have an i.MX23/i.MX28/i.MX6SX MXSFB
  16. LCD controller.
  17. If M is selected the module will be called mxsfb.