Kconfig.arm 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. #
  2. # ARM CPU Idle drivers
  3. #
  4. config ARM_BIG_LITTLE_CPUIDLE
  5. bool "Support for ARM big.LITTLE processors"
  6. depends on ARCH_VEXPRESS_TC2_PM
  7. select ARM_CPU_SUSPEND
  8. select CPU_IDLE_MULTIPLE_DRIVERS
  9. help
  10. Select this option to enable CPU idle driver for big.LITTLE based
  11. ARM systems. Driver manages CPUs coordination through MCPM and
  12. define different C-states for little and big cores through the
  13. multiple CPU idle drivers infrastructure.
  14. config ARM_HIGHBANK_CPUIDLE
  15. bool "CPU Idle Driver for Calxeda processors"
  16. depends on ARCH_HIGHBANK
  17. select ARM_CPU_SUSPEND
  18. help
  19. Select this to enable cpuidle on Calxeda processors.
  20. config ARM_KIRKWOOD_CPUIDLE
  21. bool "CPU Idle Driver for Marvell Kirkwood SoCs"
  22. depends on ARCH_KIRKWOOD
  23. help
  24. This adds the CPU Idle driver for Marvell Kirkwood SoCs.
  25. config ARM_ZYNQ_CPUIDLE
  26. bool "CPU Idle Driver for Xilinx Zynq processors"
  27. depends on ARCH_ZYNQ
  28. help
  29. Select this to enable cpuidle on Xilinx Zynq processors.
  30. config ARM_U8500_CPUIDLE
  31. bool "Cpu Idle Driver for the ST-E u8500 processors"
  32. depends on ARCH_U8500
  33. help
  34. Select this to enable cpuidle for ST-E u8500 processors
  35. config ARM_AT91_CPUIDLE
  36. bool "Cpu Idle Driver for the AT91 processors"
  37. default y
  38. depends on ARCH_AT91
  39. help
  40. Select this to enable cpuidle for AT91 processors