diff options
author | Marek Polacek <mmpolacek@gmail.com> | 2010-10-25 03:44:34 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-25 03:44:34 +0200 |
commit | b507cc3aceda26eff851230223a62c6fb471573c (patch) | |
tree | dc07f5c48edac84c1c8a1177453dadae86571a0a /util-linux/Config.src | |
parent | ccb070450e79c33fb3f755dbea2fdd979f09d3fb (diff) | |
download | busybox-w32-b507cc3aceda26eff851230223a62c6fb471573c.tar.gz busybox-w32-b507cc3aceda26eff851230223a62c6fb471573c.tar.bz2 busybox-w32-b507cc3aceda26eff851230223a62c6fb471573c.zip |
powertop: new applet
Signed-off-by: Marek Polacek <mmpolacek@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/Config.src')
-rw-r--r-- | util-linux/Config.src | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/util-linux/Config.src b/util-linux/Config.src index 19b309e57..c71b4de38 100644 --- a/util-linux/Config.src +++ b/util-linux/Config.src | |||
@@ -486,17 +486,6 @@ config MORE | |||
486 | you will probably find this utility very helpful. If you don't have | 486 | you will probably find this utility very helpful. If you don't have |
487 | any need to reading text files, you can leave this disabled. | 487 | any need to reading text files, you can leave this disabled. |
488 | 488 | ||
489 | config FEATURE_USE_TERMIOS | ||
490 | bool "Use termios to manipulate the screen" | ||
491 | default y | ||
492 | depends on MORE || TOP | ||
493 | help | ||
494 | This option allows utilities such as 'more' and 'top' to determine | ||
495 | the size of the screen. If you leave this disabled, your utilities | ||
496 | that display things on the screen will be especially primitive and | ||
497 | will be unable to determine the current screen size, and will be | ||
498 | unable to move the cursor. | ||
499 | |||
500 | config MOUNT | 489 | config MOUNT |
501 | bool "mount" | 490 | bool "mount" |
502 | default y | 491 | default y |