hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/gpu/drm/imx/Kconfig
....@@ -1,10 +1,11 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config DRM_IMX
23 tristate "DRM Support for Freescale i.MX"
34 select DRM_KMS_HELPER
45 select VIDEOMODE_HELPERS
56 select DRM_GEM_CMA_HELPER
67 select DRM_KMS_CMA_HELPER
7
- depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM)
8
+ depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM || COMPILE_TEST)
89 depends on IMX_IPUV3_CORE
910 help
1011 enable i.MX graphics support
....@@ -18,6 +19,7 @@
1819 config DRM_IMX_TVE
1920 tristate "Support for TV and VGA displays"
2021 depends on DRM_IMX
22
+ depends on COMMON_CLK
2123 select REGMAP_MMIO
2224 help
2325 Choose this to enable the internal Television Encoder (TVe)
....@@ -37,3 +39,5 @@
3739 depends on DRM_IMX
3840 help
3941 Choose this if you want to use HDMI on i.MX6.
42
+
43
+source "drivers/gpu/drm/imx/dcss/Kconfig"