commit | 910978e753d0be0b429cf75b5adaed55b90c96b2 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Mon Jul 07 15:26:30 2014 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Fri Jan 09 14:45:43 2015 +0100 |
tree | 174f38337a47ae2961d20bdbaba569fb57c765d3 | |
parent | 2b20b6164ec737bec67641564e477aa6e008748b [diff] |
clocksource: Build Tegra timer on 32-bit ARM only Instead of directly using the ARCH_TEGRA Kconfig symbol to enable this driver, add a new, non-user-visible Kconfig symbol (TEGRA_TIMER) which can be selected by the various SoCs. This is useful to disable building the driver on Tegra132 (64-bit ARM) where it doesn't currently compile but also isn't needed (yet). Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Thierry Reding <treding@nvidia.com>