forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/drivers/gpu/drm/mxsfb/Kconfig
....@@ -1,18 +1,22 @@
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
11
+ depends on ARCH_MXS || ARCH_MXC || COMPILE_TEST
1012 select DRM_MXS
1113 select DRM_KMS_HELPER
1214 select DRM_KMS_CMA_HELPER
1315 select DRM_PANEL
16
+ select DRM_PANEL_BRIDGE
1417 help
15
- Choose this option if you have an i.MX23/i.MX28/i.MX6SX MXSFB
16
- LCD controller.
18
+ Choose this option if you have an LCDIF or eLCDIF LCD controller.
19
+ Those devices are found in various i.MX SoC (including i.MX23,
20
+ i.MX28, i.MX6SX, i.MX7 and i.MX8M).
1721
1822 If M is selected the module will be called mxsfb.