11 строки
186 B
Plaintext
11 строки
186 B
Plaintext
|
if SOC_BRCMSTB
|
||
|
|
||
|
config BRCMSTB_PM
|
||
|
bool "Support suspend/resume for STB platforms"
|
||
|
default y
|
||
|
depends on PM
|
||
|
depends on ARCH_BRCMSTB
|
||
|
select ARM_CPU_SUSPEND if ARM
|
||
|
|
||
|
endif # SOC_BRCMSTB
|