Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <linux@arm.linux.org.uk>
Signed-off-by: Thierry Reding <treding@nvidia.com>

+1
+1
drivers/gpu/drm/tegra/Kconfig
··· 1 1 config DRM_TEGRA 2 2 tristate "NVIDIA Tegra DRM" 3 3 depends on ARCH_TEGRA || (ARM && COMPILE_TEST) 4 + depends on COMMON_CLK 4 5 depends on DRM 5 6 depends on RESET_CONTROLLER 6 7 select DRM_KMS_HELPER