2023-08-30 17:31:07 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
if SOC_BRCMSTB
|
|
|
|
|
|
|
|
config BRCMSTB_PM
|
|
|
|
bool "Support suspend/resume for STB platforms"
|
|
|
|
default y
|
2023-10-24 12:59:35 +02:00
|
|
|
depends on PM && BMIPS_GENERIC
|
2023-08-30 17:31:07 +02:00
|
|
|
|
|
|
|
endif # SOC_BRCMSTB
|