Kconfig 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config DRM_MXS
  3. bool
  4. help
  5. Choose this option to select drivers for MXS FB devices
  6. config DRM_MXSFB
  7. tristate "i.MX (e)LCDIF LCD controller"
  8. depends on DRM && OF
  9. depends on COMMON_CLK
  10. depends on ARCH_MXS || ARCH_MXC || COMPILE_TEST
  11. select DRM_MXS
  12. select DRM_KMS_HELPER
  13. select DRM_GEM_DMA_HELPER
  14. select DRM_PANEL
  15. select DRM_PANEL_BRIDGE
  16. help
  17. Choose this option if you have an LCDIF or eLCDIF LCD controller.
  18. Those devices are found in various i.MX SoC (including i.MX23,
  19. i.MX28, i.MX6SX, i.MX7 and i.MX8M).
  20. If M is selected the module will be called mxsfb.
  21. config DRM_IMX_LCDIF
  22. tristate "i.MX LCDIFv3 LCD controller"
  23. depends on DRM && OF
  24. depends on COMMON_CLK
  25. depends on ARCH_MXC || COMPILE_TEST
  26. select DRM_MXS
  27. select DRM_KMS_HELPER
  28. select DRM_GEM_DMA_HELPER
  29. select DRM_PANEL
  30. select DRM_PANEL_BRIDGE
  31. help
  32. Choose this option if you have an LCDIFv3 LCD controller.
  33. Those devices are found in various i.MX SoC (i.MX8MP,
  34. i.MXRT).
  35. If M is selected the module will be called imx-lcdif.