forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/drivers/gpu/drm/mxsfb/Kconfig
....@@ -1,18 +1,21 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config DRM_MXS
23 bool
34 help
45 Choose this option to select drivers for MXS FB devices
56
67 config DRM_MXSFB
7
- tristate "i.MX23/i.MX28/i.MX6SX MXSFB LCD controller"
8
+ tristate "i.MX (e)LCDIF LCD controller"
89 depends on DRM && OF
910 depends on COMMON_CLK
1011 select DRM_MXS
1112 select DRM_KMS_HELPER
1213 select DRM_KMS_CMA_HELPER
1314 select DRM_PANEL
15
+ select DRM_PANEL_BRIDGE
1416 help
15
- Choose this option if you have an i.MX23/i.MX28/i.MX6SX MXSFB
16
- LCD controller.
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).
1720
1821 If M is selected the module will be called mxsfb.