提交 acb4bb3f 编写于 作者: D Dmitry Osipenko 提交者: Daniel Lezcano

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: NDmitry Osipenko <digetx@gmail.com>
Acked-By: NPeter De Schrijver <pdeschrijver@nvidia.com>
Signed-off-by: NDaniel Lezcano <daniel.lezcano@linaro.org>
上级 49a678b8
...@@ -140,7 +140,7 @@ config TEGRA_TIMER ...@@ -140,7 +140,7 @@ config TEGRA_TIMER
bool "Tegra timer driver" if COMPILE_TEST bool "Tegra timer driver" if COMPILE_TEST
select CLKSRC_MMIO select CLKSRC_MMIO
select TIMER_OF select TIMER_OF
depends on ARM || ARM64 depends on ARCH_TEGRA || COMPILE_TEST
help help
Enables support for the Tegra driver. Enables support for the Tegra driver.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册