Commit 590a5857291e88c00a1be53fb373e8bf82f86284

Authored by Markus Heidelberg
Committed by Sam Ravnborg
1 parent 6f26e5e412

kconfig: add a note about the deps to the 'silentoldconfig' help

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

Showing 2 changed files with 2 additions and 1 deletions Side-by-side Diff

... ... @@ -174,6 +174,7 @@
174 174 "make silentoldconfig"
175 175 Like above, but avoids cluttering the screen
176 176 with questions already answered.
  177 + Additionally updates the dependencies.
177 178 "make defconfig" Create a ./.config file by using the default
178 179 symbol values from arch/$ARCH/defconfig.
179 180 "make allyesconfig"
scripts/kconfig/Makefile
... ... @@ -83,7 +83,7 @@
83 83 @echo ' xconfig - Update current config utilising a QT based front-end'
84 84 @echo ' gconfig - Update current config utilising a GTK based front-end'
85 85 @echo ' oldconfig - Update current config utilising a provided .config as base'
86   - @echo ' silentoldconfig - Same as oldconfig, but quietly'
  86 + @echo ' silentoldconfig - Same as oldconfig, but quietly, additionally update deps'
87 87 @echo ' randconfig - New config with random answer to all options'
88 88 @echo ' defconfig - New config with default answer to all options'
89 89 @echo ' allmodconfig - New config selecting modules when possible'