diff options
Diffstat (limited to 'procps/powertop.c')
-rw-r--r-- | procps/powertop.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/procps/powertop.c b/procps/powertop.c index ae3aa8938..ebd659bdb 100644 --- a/procps/powertop.c +++ b/procps/powertop.c | |||
@@ -17,15 +17,15 @@ | |||
17 | //config: bool "powertop (9.1 kb)" | 17 | //config: bool "powertop (9.1 kb)" |
18 | //config: default y | 18 | //config: default y |
19 | //config: help | 19 | //config: help |
20 | //config: Analyze power consumption on Intel-based laptops | 20 | //config: Analyze power consumption on Intel-based laptops |
21 | //config: | 21 | //config: |
22 | //config:config FEATURE_POWERTOP_INTERACTIVE | 22 | //config:config FEATURE_POWERTOP_INTERACTIVE |
23 | //config: bool "Accept keyboard commands" | 23 | //config: bool "Accept keyboard commands" |
24 | //config: default y | 24 | //config: default y |
25 | //config: depends on POWERTOP | 25 | //config: depends on POWERTOP |
26 | //config: help | 26 | //config: help |
27 | //config: Without this, powertop will only refresh display every 10 seconds. | 27 | //config: Without this, powertop will only refresh display every 10 seconds. |
28 | //config: No keyboard commands will work, only ^C to terminate. | 28 | //config: No keyboard commands will work, only ^C to terminate. |
29 | 29 | ||
30 | // XXX This should be configurable | 30 | // XXX This should be configurable |
31 | #define ENABLE_FEATURE_POWERTOP_PROCIRQ 1 | 31 | #define ENABLE_FEATURE_POWERTOP_PROCIRQ 1 |