aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/reset
diff options
context:
space:
mode:
authorKevin Cernekee <cernekee@gmail.com>2014-11-25 19:49:46 -0500
committerSebastian Reichel <sre@kernel.org>2015-01-21 20:25:31 -0500
commit4f5fd640469839532cb2bd558f878539548f2861 (patch)
tree2561152946efb7b726dd6f7c5c98325b6ee61b11 /drivers/power/reset
parentc1155c64e603378dccfc21ee0612cf60dd11725b (diff)
power/reset: brcmstb: Make the driver buildable on MIPS
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>
Diffstat (limited to 'drivers/power/reset')
-rw-r--r--drivers/power/reset/Kconfig9
1 files changed, 4 insertions, 5 deletions
diff --git a/drivers/power/reset/Kconfig b/drivers/power/reset/Kconfig
index d743145e0001..bf5acb3edd85 100644
--- a/drivers/power/reset/Kconfig
+++ b/drivers/power/reset/Kconfig
@@ -39,14 +39,13 @@ config POWER_RESET_AXXIA
39 Say Y if you have an Axxia family SoC. 39 Say Y if you have an Axxia family SoC.
40 40
41config POWER_RESET_BRCMSTB 41config POWER_RESET_BRCMSTB
42 bool "Broadcom STB reset driver" if COMPILE_TEST 42 bool "Broadcom STB reset driver"
43 depends on ARM 43 depends on ARM || MIPS || COMPILE_TEST
44 default ARCH_BRCMSTB 44 default ARCH_BRCMSTB
45 help 45 help
46 This driver provides restart support for ARM-based Broadcom STB 46 This driver provides restart support for Broadcom STB boards.
47 boards.
48 47
49 Say Y here if you have an ARM-based Broadcom STB board and you wish 48 Say Y here if you have a Broadcom STB board and you wish
50 to have restart support. 49 to have restart support.
51 50
52config POWER_RESET_GPIO 51config POWER_RESET_GPIO