.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config DRM_IMX |
---|
2 | 3 | tristate "DRM Support for Freescale i.MX" |
---|
3 | 4 | select DRM_KMS_HELPER |
---|
4 | 5 | select VIDEOMODE_HELPERS |
---|
5 | 6 | select DRM_GEM_CMA_HELPER |
---|
6 | 7 | select DRM_KMS_CMA_HELPER |
---|
7 | | - depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM) |
---|
| 8 | + depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM || COMPILE_TEST) |
---|
8 | 9 | depends on IMX_IPUV3_CORE |
---|
9 | 10 | help |
---|
10 | 11 | enable i.MX graphics support |
---|
.. | .. |
---|
18 | 19 | config DRM_IMX_TVE |
---|
19 | 20 | tristate "Support for TV and VGA displays" |
---|
20 | 21 | depends on DRM_IMX |
---|
| 22 | + depends on COMMON_CLK |
---|
21 | 23 | select REGMAP_MMIO |
---|
22 | 24 | help |
---|
23 | 25 | Choose this to enable the internal Television Encoder (TVe) |
---|
.. | .. |
---|
37 | 39 | depends on DRM_IMX |
---|
38 | 40 | help |
---|
39 | 41 | Choose this if you want to use HDMI on i.MX6. |
---|
| 42 | + |
---|
| 43 | +source "drivers/gpu/drm/imx/dcss/Kconfig" |
---|