6db4831e98
Android 14
11 lines
203 B
Plaintext
11 lines
203 B
Plaintext
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
|