diff options
author | John Crispin <blogic@openwrt.org> | 2013-09-03 07:18:12 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-11-24 01:45:17 -0500 |
commit | c530781c93a55a937d2847efeda744b4e099dfef (patch) | |
tree | 7f600ee3f09b584520ab60065109c1036df42b63 /arch/mips/Kconfig | |
parent | 05637f10e719c164e8a4a221d0987ecc46c9ccc7 (diff) |
MIPS: lantiq: add reset-controller api support
Add a reset-controller binding for the reset registers found on the lantiq
SoC.
Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/8043/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 97bbb3b09d4b..9e8317e9b567 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -296,6 +296,8 @@ config LANTIQ | |||
296 | select USE_OF | 296 | select USE_OF |
297 | select PINCTRL | 297 | select PINCTRL |
298 | select PINCTRL_LANTIQ | 298 | select PINCTRL_LANTIQ |
299 | select ARCH_HAS_RESET_CONTROLLER | ||
300 | select RESET_CONTROLLER | ||
299 | 301 | ||
300 | config LASAT | 302 | config LASAT |
301 | bool "LASAT Networks platforms" | 303 | bool "LASAT Networks platforms" |