diff options
author | Alban Bedel <albeu@free.fr> | 2015-08-03 19:23:52 +0200 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2015-08-04 10:41:30 +0200 |
commit | ff591a91225d3621a503bb18faa0f0d747a06e50 (patch) | |
tree | 62b9ae2b8ca15b6e1a09c4a8e6b505bc674d1852 /arch/mips/Kconfig | |
parent | f25b5edac7be7d405965fb68c6b6f65d8852d860 (diff) | |
download | blackbird-obmc-linux-ff591a91225d3621a503bb18faa0f0d747a06e50.tar.gz blackbird-obmc-linux-ff591a91225d3621a503bb18faa0f0d747a06e50.zip |
reset: Add a driver for the reset controller on the AR71XX/AR9XXX
The AR71XX/AR9XXX SoC have a simple reset controller with one bit per
reset line.
Signed-off-by: Alban Bedel <albeu@free.fr>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index aab7e46cadd5..3a3548f267b4 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -118,6 +118,7 @@ config ATH25 config ATH79 bool "Atheros AR71XX/AR724X/AR913X based boards" + select ARCH_HAS_RESET_CONTROLLER select ARCH_REQUIRE_GPIOLIB select BOOT_RAW select CEVT_R4K |