10 lines
187 B
Plaintext
10 lines
187 B
Plaintext
|
# 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
|