From: Changbin Du
Prompt user how to quickly jump to the item he/she is interested in.
Signed-off-by: Changbin Du
---
scripts/kconfig/mconf.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c
index 315ce2c..23d5681 100
From: Changbin Du
Kernel menuconfig support direct jumping function from the search
result. This is a very convenient feature but not documented. So
add a short description to the kconfig documentation to let more
developer know it.
Signed-off-by: Changbin Du
---
Documentation/kbuild/kconfig.t
From: Changbin Du
While I am searching something in menuconfig, I hope if I can jump to interested
items directly. I even try to add this feature. When I check the code just
found
it has already been there but not documented. So why let more developers know
it?
Changbin Du (2):
kconfig/mcon