Skip to content

Commit 2acef9c

Browse files
committed
drm/imx: imx-tve: depend on COMMON_CLK
Since the TVE provides a clock to the DI, the driver can only be compiled if the common clock framework is enabled. With the COMMON_CLK dependency in place, it will be possible to allow building the other parts of imx-drm under COMPILE_TEST on architectures that do not select the common clock framework. Signed-off-by: Philipp Zabel <[email protected]> Reviewed-by: Linus Walleij <[email protected]>
1 parent 74a3dba commit 2acef9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/imx/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ config DRM_IMX_PARALLEL_DISPLAY
1818
config DRM_IMX_TVE
1919
tristate "Support for TV and VGA displays"
2020
depends on DRM_IMX
21+
depends on COMMON_CLK
2122
select REGMAP_MMIO
2223
help
2324
Choose this to enable the internal Television Encoder (TVe)

0 commit comments

Comments
 (0)