From: Álvaro Fernández Rojas Date: Wed, 17 Jun 2020 10:50:33 +0000 (+0200) Subject: mips: bmips: select ARCH_HAS_RESET_CONTROLLER X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=29906e1aac11bf9907e26608216dc7970e73a70e;p=linux.git mips: bmips: select ARCH_HAS_RESET_CONTROLLER This allows to add reset controllers support. Signed-off-by: Álvaro Fernández Rojas Acked-by: Florian Fainelli Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index ddaff19a9580e..0f638bfaf63a4 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