From: Stephen Warren Date: Wed, 6 Nov 2013 22:23:29 +0000 (-0700) Subject: ARM: tegra: select the reset framework X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e04214683aca5cf7bbb53ee9d16373a8dbfa4259;p=linux-beck.git 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 Reviewed-by: Thierry Reding --- diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index 09e740f58b27..15c09294effa 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