Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Brian Norris | 0b741b8 | 2017-06-15 12:37:31 -0700 | [diff] [blame] | 2 | if SOC_BRCMSTB |
3 | |||||
4 | config BRCMSTB_PM | ||||
5 | bool "Support suspend/resume for STB platforms" | ||||
6 | default y | ||||
7 | depends on PM | ||||
Justin Chen | 0e9b114 | 2017-06-15 15:20:31 -0700 | [diff] [blame] | 8 | depends on ARCH_BRCMSTB || BMIPS_GENERIC |
Brian Norris | 0b741b8 | 2017-06-15 12:37:31 -0700 | [diff] [blame] | 9 | select ARM_CPU_SUSPEND if ARM |
10 | |||||
11 | endif # SOC_BRCMSTB |