blob: 38e476905d96a8139f69e731ba99e1fa6ac07e90 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Brian Norris0b741b82017-06-15 12:37:31 -07002if SOC_BRCMSTB
3
4config BRCMSTB_PM
5 bool "Support suspend/resume for STB platforms"
6 default y
7 depends on PM
Justin Chen0e9b1142017-06-15 15:20:31 -07008 depends on ARCH_BRCMSTB || BMIPS_GENERIC
Brian Norris0b741b82017-06-15 12:37:31 -07009 select ARM_CPU_SUSPEND if ARM
10
11endif # SOC_BRCMSTB