power/reset: brcmstb: Make the driver buildable on MIPS
authorKevin Cernekee <cernekee@gmail.com>
Wed, 26 Nov 2014 00:49:46 +0000 (16:49 -0800)
committerSebastian Reichel <sre@kernel.org>
Thu, 22 Jan 2015 01:25:31 +0000 (02:25 +0100)
Now that the driver doesn't use any ARM-specific headers, it is safe
to build on MIPS or with COMPILE_TEST.

Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
drivers/power/reset/Kconfig

index d743145e0001f46633249d52952387eaee85b01b..bf5acb3edd85df648ebe7c0d53fb24d365be15da 100644 (file)
@@ -39,14 +39,13 @@ config POWER_RESET_AXXIA
          Say Y if you have an Axxia family SoC.
 
 config POWER_RESET_BRCMSTB
-       bool "Broadcom STB reset driver" if COMPILE_TEST
-       depends on ARM
+       bool "Broadcom STB reset driver"
+       depends on ARM || MIPS || COMPILE_TEST
        default ARCH_BRCMSTB
        help
-         This driver provides restart support for ARM-based Broadcom STB
-         boards.
+         This driver provides restart support for Broadcom STB boards.
 
-         Say Y here if you have an ARM-based Broadcom STB board and you wish
+         Say Y here if you have a Broadcom STB board and you wish
          to have restart support.
 
 config POWER_RESET_GPIO