summaryrefslogtreecommitdiffstats
path: root/Documentation/kbuild
diff options
context:
space:
mode:
authorJesse Taube <mr.bossman075@gmail.com>2023-08-04 23:44:45 -0400
committerMasahiro Yamada <masahiroy@kernel.org>2023-08-13 21:29:41 +0900
commit45a7371d5be21c174be201b8cde0e91b0357c606 (patch)
tree503e9d51f69ccf05f2e1e1bb326ec6fb01d70945 /Documentation/kbuild
parent1ba67cd3281e50a965c5b519f946b14a1c4620a7 (diff)
downloadlinux-45a7371d5be21c174be201b8cde0e91b0357c606.tar.gz
linux-45a7371d5be21c174be201b8cde0e91b0357c606.tar.bz2
linux-45a7371d5be21c174be201b8cde0e91b0357c606.zip
docs: kbuild: Document search jump feature
Menuconfig has a feature where you can "press the key in the (#) prefix to jump directly to that location. You will be returned to the current search results after exiting this new menu." This feature is poorly documented, so add it to the kconfig.rst documentation. Signed-off-by: Jesse Taube <Mr.Bossman075@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'Documentation/kbuild')
-rw-r--r--Documentation/kbuild/kconfig.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/kbuild/kconfig.rst b/Documentation/kbuild/kconfig.rst
index 5967c79c3baa..463914a7fdec 100644
--- a/Documentation/kbuild/kconfig.rst
+++ b/Documentation/kbuild/kconfig.rst
@@ -210,6 +210,10 @@ Searching in menuconfig:
first (and in alphabetical order), then come all other symbols,
sorted in alphabetical order.
+ In this menu, pressing the key in the (#) prefix will jump
+ directly to that location. You will be returned to the current
+ search results after exiting this new menu.
+
----------------------------------------------------------------------
User interface options for 'menuconfig'
@@ -262,6 +266,10 @@ Searching in nconfig:
F8 (SymSearch) searches the configuration symbols for the
given string or regular expression (regex).
+ In the SymSearch, pressing the key in the (#) prefix will
+ jump directly to that location. You will be returned to the
+ current search results after exiting this new menu.
+
NCONFIG_MODE
------------
This mode shows all sub-menus in one large tree.