repo: https://github.com/T-head-Semi/linux commit: b1313fe517ca3703119dcc99ef3bbf75ab42bcfb Change-Id: I6cbb35294024ea3a66140e311f4bb705fd7fd626
12 lines
243 B
Plaintext
12 lines
243 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
|
|
depends on ARCH_BRCMSTB || BMIPS_GENERIC
|
|
select ARM_CPU_SUSPEND if ARM
|
|
|
|
endif # SOC_BRCMSTB
|