Kconfig.arm 490 B

123456789101112131415161718192021
  1. #
  2. # ARM CPU Idle drivers
  3. #
  4. config ARM_HIGHBANK_CPUIDLE
  5. bool "CPU Idle Driver for Calxeda processors"
  6. depends on ARCH_HIGHBANK
  7. select ARM_CPU_SUSPEND
  8. help
  9. Select this to enable cpuidle on Calxeda processors.
  10. config ARM_KIRKWOOD_CPUIDLE
  11. bool "CPU Idle Driver for Marvell Kirkwood SoCs"
  12. depends on ARCH_KIRKWOOD
  13. help
  14. This adds the CPU Idle driver for Marvell Kirkwood SoCs.
  15. config ARM_ZYNQ_CPUIDLE
  16. bool "CPU Idle Driver for Xilinx Zynq processors"
  17. depends on ARCH_ZYNQ
  18. help