From 9e1f92d0bb41c54bb1fccd12f7f7f93f71e78b52 Mon Sep 17 00:00:00 2001
From: Paul Fox <pgf@brightstareng.com>
Date: Thu, 20 Mar 2008 16:04:36 +0000
Subject: termios can be used by either top or more.

---
 util-linux/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util-linux/Config.in b/util-linux/Config.in
index 1c3fe88ee..8ca86c87d 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -378,7 +378,7 @@ config MORE
 config FEATURE_USE_TERMIOS
 	bool "Use termios to manipulate the screen"
 	default y
-	depends on MORE
+	depends on MORE || TOP
 	help
 	  This option allows utilities such as 'more' and 'top' to determine
 	  the size of the screen.  If you leave this disabled, your utilities
-- 
cgit v1.2.3