summaryrefslogtreecommitdiffstats
path: root/rules/powertop.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-04-08 20:05:53 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-04-08 20:05:53 +0000
commit0b43a2878d23e73c54b53b5e1c0a026c6abed8b3 (patch)
tree5e0c7675258ad0c3be2f20d5be72a148e020ac47 /rules/powertop.in
parent590d630b4c4ec515d1d805cee1aea2ebf299134d (diff)
downloadptxdist-0b43a2878d23e73c54b53b5e1c0a026c6abed8b3.tar.gz
ptxdist-0b43a2878d23e73c54b53b5e1c0a026c6abed8b3.tar.xz
[powertop] new program
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10272 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/powertop.in')
-rw-r--r--rules/powertop.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/rules/powertop.in b/rules/powertop.in
new file mode 100644
index 000000000..c7b526e43
--- /dev/null
+++ b/rules/powertop.in
@@ -0,0 +1,20 @@
+## SECTION=debug_tools
+
+config POWERTOP
+ tristate
+ prompt "powertop"
+ select NCURSES
+ help
+ PowerTOP is a Linux tool that finds the software
+ component(s) that make your laptop use more power than
+ necessary while it is idle. As of Linux kernel version
+ 2.6.21, the kernel no longer has a fixed 1000Hz timer
+ tick. This will (in theory) give a huge power savings
+ because the CPU stays in low power mode for longer periods
+ of time during system idle.
+
+ However... there are many things that can ruin the party,
+ both inside the kernel and in userspace. PowerTOP combines
+ various sources of information from the kernel into one
+ convenient screen so that you can see how well your system
+ is doing, and which components are the biggest problem.