c05564c4d8
Android 13
11 lines
203 B
Plaintext
Executable file
11 lines
203 B
Plaintext
Executable file
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
|