Kconfig 203 B

1234567891011
  1. if SOC_BRCMSTB
  2. config BRCMSTB_PM
  3. bool "Support suspend/resume for STB platforms"
  4. default y
  5. depends on PM
  6. depends on ARCH_BRCMSTB || BMIPS_GENERIC
  7. select ARM_CPU_SUSPEND if ARM
  8. endif # SOC_BRCMSTB