blob: c68d0e5267c42e68cb9c9703ad38e5a29835715b (
plain)
1
2
3
4
5
6
7
8
9
|
# SPDX-License-Identifier: GPL-2.0-only
if SOC_BRCMSTB
config BRCMSTB_PM
bool "Support suspend/resume for STB platforms"
default y
depends on PM && BMIPS_GENERIC
endif # SOC_BRCMSTB
|