diff options
author | Stephen Warren <swarren@nvidia.com> | 2013-11-06 15:23:29 -0700 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-12-11 16:42:44 -0700 |
commit | e04214683aca5cf7bbb53ee9d16373a8dbfa4259 (patch) | |
tree | 30206a2fcd680d3e5a567382c40dfcb90aaba0c6 | |
parent | 034d023f6779c0ff35ac2342107a00c71ced9f2a (diff) | |
download | op-kernel-dev-e04214683aca5cf7bbb53ee9d16373a8dbfa4259.zip op-kernel-dev-e04214683aca5cf7bbb53ee9d16373a8dbfa4259.tar.gz |
ARM: tegra: select the reset framework
The Tegra clock driver is built unconditionally when Tegra support is
enabled. In order to avoid having to ifdef the forthcoming reset driver
implementation, have ARCH_TEGRA select RESET_CONTROLLER.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
-rw-r--r-- | arch/arm/mach-tegra/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index 09e740f..15c0929 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig @@ -14,6 +14,8 @@ config ARCH_TEGRA select MIGHT_HAVE_CACHE_L2X0 select MIGHT_HAVE_PCI select PINCTRL + select ARCH_HAS_RESET_CONTROLLER + select RESET_CONTROLLER select SOC_BUS select SPARSE_IRQ select USB_ARCH_HAS_EHCI if USB_SUPPORT |