diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2020-06-17 12:50:33 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-11-17 21:51:14 +0100 |
commit | 29906e1aac11bf9907e26608216dc7970e73a70e (patch) | |
tree | 4825eb64590eec8c4d958e1e7a1a797525a26a2a | |
parent | e5dab78f1f3c8d6cd1f0717c27580ddab5176bc4 (diff) | |
download | linux-29906e1aac11bf9907e26608216dc7970e73a70e.tar.gz linux-29906e1aac11bf9907e26608216dc7970e73a70e.tar.bz2 linux-29906e1aac11bf9907e26608216dc7970e73a70e.zip |
mips: bmips: select ARCH_HAS_RESET_CONTROLLER
This allows to add reset controllers support.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
-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 ddaff19a9580..0f638bfaf63a 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -249,6 +249,7 @@ config ATH79 config BMIPS_GENERIC bool "Broadcom Generic BMIPS kernel" + select ARCH_HAS_RESET_CONTROLLER select ARCH_HAS_SYNC_DMA_FOR_CPU_ALL select ARCH_HAS_PHYS_TO_DMA select BOOT_RAW |