]> git.baikalelectronics.ru Git - kernel.git/commit
drm/imx: depend on COMMON_CLK to fix compile tests
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 17 Nov 2020 18:24:19 +0000 (19:24 +0100)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 4 Jan 2021 11:54:18 +0000 (12:54 +0100)
commitc249039e02be12bf190616a02c6e2ee4f43ceb2c
tree0bb9c9e38faaf8937dbb309ddf039482eac99d9f
parent1548380a35da4199e3e4b674fa0c02b678c7bf80
drm/imx: depend on COMMON_CLK to fix compile tests

The iMX DRM LVDS driver uses Common Clock Framework thus it cannot be
built on platforms without it (e.g. compile test on MIPS with RALINK and
SOC_RT305X):

    /usr/bin/mips-linux-gnu-ld: drivers/gpu/drm/imx/imx-ldb.o: in function `imx_ldb_encoder_disable':
    imx-ldb.c:(.text+0x400): undefined reference to `clk_set_parent'

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/gpu/drm/imx/Kconfig