Kconfig 562 B

12345678910111213141516171819
  1. #
  2. # Generic power capping sysfs interface configuration
  3. #
  4. menuconfig POWERCAP
  5. bool "Generic powercap sysfs driver"
  6. help
  7. The power capping sysfs interface allows kernel subsystems to expose power
  8. capping settings to user space in a consistent way. Usually, it consists
  9. of multiple control types that determine which settings may be exposed and
  10. power zones representing parts of the system that can be subject to power
  11. capping.
  12. If you want this code to be compiled in, say Y here.
  13. if POWERCAP
  14. # Client driver configurations go here.
  15. endif