Skip to content

Commit e2d3d2e

Browse files
krzkdaeinki
authored andcommitted
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>
1 parent 6600f9d commit e2d3d2e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/gpu/drm/exynos/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
config DRM_EXYNOS
33
tristate "DRM Support for Samsung SoC Exynos Series"
4-
depends on OF && DRM && (ARCH_S3C64XX || ARCH_S5PV210 || ARCH_EXYNOS || ARCH_MULTIPLATFORM || COMPILE_TEST)
4+
depends on OF && DRM && COMMON_CLK
5+
depends on ARCH_S3C64XX || ARCH_S5PV210 || ARCH_EXYNOS || ARCH_MULTIPLATFORM || COMPILE_TEST
56
depends on MMU
67
select DRM_KMS_HELPER
78
select VIDEOMODE_HELPERS

0 commit comments

Comments
 (0)