Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 if SOC_BRCMSTB
0003 
0004 config BRCMSTB_PM
0005         bool "Support suspend/resume for STB platforms"
0006         default y
0007         depends on PM
0008         depends on ARCH_BRCMSTB || BMIPS_GENERIC
0009         select ARM_CPU_SUSPEND if ARM
0010 
0011 endif # SOC_BRCMSTB