drm/exynos: depend on COMMON_CLK to fix compile tests
authorKrzysztof Kozlowski <krzk@kernel.org>
Mon, 16 Nov 2020 17:53:00 +0000 (18:53 +0100)
committerInki Dae <inki.dae@samsung.com>
Mon, 23 Nov 2020 01:01:32 +0000 (10:01 +0900)
commite2d3d2e904ad3d381753798dcd5cae03e3c47242
tree2f7205c76fb39f7171934b7a7243cfdb543c0b8b
parent6600f9d52213b5c3455481b5c9e61cf5e305c0e6
drm/exynos: depend on COMMON_CLK to fix compile tests

The Exynos DRM 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/exynos/exynos_mixer.o: in function `mixer_bind':
    exynos_mixer.c:(.text+0x958): undefined reference to `clk_set_parent'

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/Kconfig