From: Dmitry Osipenko Date: Mon, 3 Jun 2019 18:59:46 +0000 (+0300) Subject: clocksource/drivers/tegra: Support COMPILE_TEST universally X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=acb4bb3f37f1fdec00421c4126bf1e2e276a892b;p=linux.git clocksource/drivers/tegra: Support COMPILE_TEST universally Remove build dependency on ARM for compile-testing to allow non-arch specific build-bots (like Intel's test robot) to compile the driver and report about problems. Signed-off-by: Dmitry Osipenko Acked-By: Peter De Schrijver Signed-off-by: Daniel Lezcano --- diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 3300739edce4c..d17a347e813a4 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -140,7 +140,7 @@ config TEGRA_TIMER bool "Tegra timer driver" if COMPILE_TEST select CLKSRC_MMIO select TIMER_OF - depends on ARM || ARM64 + depends on ARCH_TEGRA || COMPILE_TEST help Enables support for the Tegra driver.