diff options
-rw-r--r-- | README | 1 | ||||
-rw-r--r-- | scripts/kconfig/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -174,6 +174,7 @@ CONFIGURING the kernel: | |||
174 | "make silentoldconfig" | 174 | "make silentoldconfig" |
175 | Like above, but avoids cluttering the screen | 175 | Like above, but avoids cluttering the screen |
176 | with questions already answered. | 176 | with questions already answered. |
177 | Additionally updates the dependencies. | ||
177 | "make defconfig" Create a ./.config file by using the default | 178 | "make defconfig" Create a ./.config file by using the default |
178 | symbol values from arch/$ARCH/defconfig. | 179 | symbol values from arch/$ARCH/defconfig. |
179 | "make allyesconfig" | 180 | "make allyesconfig" |
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index 47e3f2e2af4f..5ddf8becd7a2 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile | |||
@@ -83,7 +83,7 @@ help: | |||
83 | @echo ' xconfig - Update current config utilising a QT based front-end' | 83 | @echo ' xconfig - Update current config utilising a QT based front-end' |
84 | @echo ' gconfig - Update current config utilising a GTK based front-end' | 84 | @echo ' gconfig - Update current config utilising a GTK based front-end' |
85 | @echo ' oldconfig - Update current config utilising a provided .config as base' | 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 | @echo ' randconfig - New config with random answer to all options' | 87 | @echo ' randconfig - New config with random answer to all options' |
88 | @echo ' defconfig - New config with default answer to all options' | 88 | @echo ' defconfig - New config with default answer to all options' |
89 | @echo ' allmodconfig - New config selecting modules when possible' | 89 | @echo ' allmodconfig - New config selecting modules when possible' |