From: Thierry Reding Date: Thu, 16 Oct 2014 13:40:58 +0000 (+0200) Subject: drm/tegra: Depend on COMMON_CLK X-Git-Tag: v4.14-rc1~6290^2~61^2~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db4fd5197b8c7223af9be8cd3f8d8b7239e5d06c;p=platform%2Fkernel%2Flinux-rpi.git drm/tegra: Depend on COMMON_CLK The introduction of the COMPILE_TEST dependency in commit 158b50aefa14 (drm/tegra: Increase compile test coverage) removes the dependency on COMMON_CLK (implicitly selected via ARCH_TEGRA, ARCH_MULTI_V7 and ARCH_MULTIPLATFORM). Reported-by: Russell King Signed-off-by: Thierry Reding --- diff --git a/drivers/gpu/drm/tegra/Kconfig b/drivers/gpu/drm/tegra/Kconfig index 354ddb2..74d9d62 100644 --- a/drivers/gpu/drm/tegra/Kconfig +++ b/drivers/gpu/drm/tegra/Kconfig @@ -1,6 +1,7 @@ config DRM_TEGRA tristate "NVIDIA Tegra DRM" depends on ARCH_TEGRA || (ARM && COMPILE_TEST) + depends on COMMON_CLK depends on DRM depends on RESET_CONTROLLER select DRM_KMS_HELPER