host1x needs Tegra clock support which is only enabled if ARCH_TEGRA is selected. Cc: Thierry Reding <thierry.reding@xxxxxxxxxxxxxxxxx> Cc: Terje Bergstrom <tbergstrom@xxxxxxxxxx> Cc: Stephen Warren <swarren@xxxxxxxxxx> Cc: linux-tegra@xxxxxxxxxxxxxxx Signed-off-by: Marc Dietrich <marvin24@xxxxxx> --- drivers/gpu/host1x/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/host1x/Kconfig b/drivers/gpu/host1x/Kconfig index ccfd42b..f139eaf 100644 --- a/drivers/gpu/host1x/Kconfig +++ b/drivers/gpu/host1x/Kconfig @@ -1,6 +1,6 @@ config TEGRA_HOST1X tristate "NVIDIA Tegra host1x driver" - depends on ARCH_TEGRA || ARCH_MULTIPLATFORM + depends on ARCH_TEGRA help Driver for the NVIDIA Tegra host1x hardware. -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html