Srinivas Pandruvada | 75d2364 | 2013-10-11 16:54:56 -0700 | [diff] [blame^] | 1 | # |
| 2 | # Generic power capping sysfs interface configuration |
| 3 | # |
| 4 | |
| 5 | menuconfig POWERCAP |
| 6 | bool "Generic powercap sysfs driver" |
| 7 | help |
| 8 | The power capping sysfs interface allows kernel subsystems to expose power |
| 9 | capping settings to user space in a consistent way. Usually, it consists |
| 10 | of multiple control types that determine which settings may be exposed and |
| 11 | power zones representing parts of the system that can be subject to power |
| 12 | capping. |
| 13 | |
| 14 | If you want this code to be compiled in, say Y here. |
| 15 | |
| 16 | if POWERCAP |
| 17 | # Client driver configurations go here. |
| 18 | |
| 19 | endif |