summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-09-15 22:50:08 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-09-16 22:32:49 +0200
commitae054fcaa6e3887cf9e3b5b2441553e63bda0a0f (patch)
treecaf645ec00da3ceaf360fc33704568d1400b3062
parentca40efb4bde3816cbf0307701f8bc7b5f386be6e (diff)
downloadbuildroot-ae054fcaa6e3887cf9e3b5b2441553e63bda0a0f.tar.gz
buildroot-ae054fcaa6e3887cf9e3b5b2441553e63bda0a0f.zip
gdb: reword prompt for host TUI option
There is no need to name the option "GDB TUI support", since this option is already visible "below" GDB in menuconfig/xconfig. Naming it "TUI support" is therefore sufficient. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/gdb/Config.in.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host
index fe3f90e0cd..5d0e1b4e9d 100644
--- a/package/gdb/Config.in.host
+++ b/package/gdb/Config.in.host
@@ -14,7 +14,7 @@ config BR2_PACKAGE_HOST_GDB
if BR2_PACKAGE_HOST_GDB
config BR2_PACKAGE_HOST_GDB_TUI
- bool "GDB TUI support"
+ bool "TUI support"
help
This option enables terminal user interface (TUI) for gdb
OpenPOWER on IntegriCloud