kconfig: qconf: update the intro message to match to the current code
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 29 Aug 2020 08:14:08 +0000 (17:14 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 24 Sep 2020 15:37:13 +0000 (00:37 +0900)
I do not think "Although there is no cross reference yet ..." is valid
any longer.

The cross reference is supported via hyperlinks enabled by the
"show Debug Info" option.

Update the message.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
scripts/kconfig/qconf.cc

index cf33e436190e02710eac11ceeb3eb80eee83c029..ae47693f80bf24fbd136889e4559f7031cd733be 100644 (file)
@@ -1846,10 +1846,10 @@ void ConfigMainWindow::showIntro(void)
                "\n"
                "If you do not see an option (e.g., a device driver) that you "
                "believe should be present, try turning on Show All Options "
-               "under the Options menu. Although there is no cross reference "
-               "yet to help you figure out what other options must be enabled "
-               "to support the option you are interested in, you can still "
-               "view the help of a grayed-out option.\n"
+               "under the Options menu. Enabling Show Debug Info will help you"
+               "figure out what other options must be enabled to support the "
+               "option you are interested in, and hyperlinks will navigate to "
+               "them.\n"
                "\n"
                "Toggling Show Debug Info under the Options menu will show the "
                "dependencies, which you can then match by examining other "