summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2014-05-14 22:45:30 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-05-15 14:17:12 +0200
commit77d45d43c22ca5aa0a6bcf97e88508355073959b (patch)
tree6d6fbd658aa367c792c0ef5f3c540a62b210c31f /arch/arm/Kconfig
parent7a9d497860994aa87ebaed32ca1d7c3be929bfbb (diff)
downloadbarebox-77d45d43c22ca5aa0a6bcf97e88508355073959b.tar.gz
barebox-77d45d43c22ca5aa0a6bcf97e88508355073959b.tar.xz
reset: add tegra reset controller
Allows us to drop the hack in the clock controller and implement proper reset at device level. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 4a2ec41bb4..f93ef4c626 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -192,6 +192,7 @@ config ARCH_TEGRA
select OFDEVICE
select OFTREE
select RELOCATABLE
+ select RESET_CONTROLLER
config ARCH_ZYNQ
bool "Xilinx Zynq-based boards"