From: Florian Fainelli Date: Wed, 31 May 2017 20:39:46 +0000 (-0700) Subject: power: reset: Default POWER_RESET_BRCMSTB to BMIPS_GENERIC X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1d2495e8c2d976208e8bb52d52b4e529e3b1ff75;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git power: reset: Default POWER_RESET_BRCMSTB to BMIPS_GENERIC On Broadcom MIPS STB platforms, BMIPS_GENERIC is the Kconfig symbol that is used, make this reboot driver default to that value to make sure we can reboot a system properly. Signed-off-by: Florian Fainelli Signed-off-by: Sebastian Reichel --- diff --git a/drivers/power/reset/Kconfig b/drivers/power/reset/Kconfig index fdad987bed89..ca0de1a78e85 100644 --- a/drivers/power/reset/Kconfig +++ b/drivers/power/reset/Kconfig @@ -60,7 +60,7 @@ config POWER_RESET_BRCMSTB bool "Broadcom STB reset driver" depends on ARM || ARM64 || MIPS || COMPILE_TEST depends on MFD_SYSCON - default ARCH_BRCMSTB + default ARCH_BRCMSTB || BMIPS_GENERIC help This driver provides restart support for Broadcom STB boards.