Kconfig.arm 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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 || ARCH_EXYNOS
  7. depends on MCPM
  8. select ARM_CPU_SUSPEND
  9. select CPU_IDLE_MULTIPLE_DRIVERS
  10. help
  11. Select this option to enable CPU idle driver for big.LITTLE based
  12. ARM systems. Driver manages CPUs coordination through MCPM and
  13. define different C-states for little and big cores through the
  14. multiple CPU idle drivers infrastructure.
  15. config ARM_CLPS711X_CPUIDLE
  16. bool "CPU Idle Driver for CLPS711X processors"
  17. depends on ARCH_CLPS711X || COMPILE_TEST
  18. help
  19. Select this to enable cpuidle on Cirrus Logic CLPS711X SOCs.
  20. config ARM_HIGHBANK_CPUIDLE
  21. bool "CPU Idle Driver for Calxeda processors"
  22. depends on ARM_PSCI
  23. select ARM_CPU_SUSPEND
  24. help
  25. Select this to enable cpuidle on Calxeda processors.
  26. config ARM_KIRKWOOD_CPUIDLE
  27. bool "CPU Idle Driver for Marvell Kirkwood SoCs"
  28. depends on ARCH_KIRKWOOD || MACH_KIRKWOOD
  29. help
  30. This adds the CPU Idle driver for Marvell Kirkwood SoCs.
  31. config ARM_ZYNQ_CPUIDLE
  32. bool "CPU Idle Driver for Xilinx Zynq processors"
  33. depends on ARCH_ZYNQ
  34. help
  35. Select this to enable cpuidle on Xilinx Zynq processors.
  36. config ARM_U8500_CPUIDLE
  37. bool "Cpu Idle Driver for the ST-E u8500 processors"
  38. depends on ARCH_U8500
  39. help
  40. Select this to enable cpuidle for ST-E u8500 processors
  41. config ARM_AT91_CPUIDLE
  42. bool "Cpu Idle Driver for the AT91 processors"
  43. default y
  44. depends on ARCH_AT91
  45. help
  46. Select this to enable cpuidle for AT91 processors
  47. config ARM_EXYNOS_CPUIDLE
  48. bool "Cpu Idle Driver for the Exynos processors"
  49. depends on ARCH_EXYNOS
  50. help
  51. Select this to enable cpuidle for Exynos processors
  52. config ARM_MVEBU_V7_CPUIDLE
  53. bool "CPU Idle Driver for mvebu v7 family processors"
  54. depends on ARCH_MVEBU
  55. help
  56. Select this to enable cpuidle on Armada 370, 38x and XP processors.