xref: /openbmc/linux/drivers/soc/bcm/brcmstb/Kconfig (revision 93707cbabcc8baf2b2b5f4a99c1f08ee83eb7abd)
1if SOC_BRCMSTB
2
3config BRCMSTB_PM
4	bool "Support suspend/resume for STB platforms"
5	default y
6	depends on PM
7	depends on ARCH_BRCMSTB || BMIPS_GENERIC
8	select ARM_CPU_SUSPEND if ARM
9
10endif # SOC_BRCMSTB
11