Skip to content

Commit 590a585

Browse files
marcowssravnborg
authored andcommitted
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>
1 parent 6f26e5e commit 590a585

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ CONFIGURING the kernel:
174174
"make silentoldconfig"
175175
Like above, but avoids cluttering the screen
176176
with questions already answered.
177+
Additionally updates the dependencies.
177178
"make defconfig" Create a ./.config file by using the default
178179
symbol values from arch/$ARCH/defconfig.
179180
"make allyesconfig"

scripts/kconfig/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ help:
8383
@echo ' xconfig - Update current config utilising a QT based front-end'
8484
@echo ' gconfig - Update current config utilising a GTK based front-end'
8585
@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'
8787
@echo ' randconfig - New config with random answer to all options'
8888
@echo ' defconfig - New config with default answer to all options'
8989
@echo ' allmodconfig - New config selecting modules when possible'

0 commit comments

Comments
 (0)