瀏覽代碼

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>
Markus Heidelberg 16 年之前
父節點
當前提交
590a585729
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      README
  2. 1 1
      scripts/kconfig/Makefile

+ 1 - 0
README

@@ -174,6 +174,7 @@ CONFIGURING the kernel:
 	"make silentoldconfig"
 	"make silentoldconfig"
 			   Like above, but avoids cluttering the screen
 			   Like above, but avoids cluttering the screen
 			   with questions already answered.
 			   with questions already answered.
+			   Additionally updates the dependencies.
 	"make defconfig"   Create a ./.config file by using the default
 	"make defconfig"   Create a ./.config file by using the default
 			   symbol values from arch/$ARCH/defconfig.
 			   symbol values from arch/$ARCH/defconfig.
 	"make allyesconfig"
 	"make allyesconfig"

+ 1 - 1
scripts/kconfig/Makefile

@@ -83,7 +83,7 @@ help:
 	@echo  '  xconfig	  - Update current config utilising a QT based front-end'
 	@echo  '  xconfig	  - Update current config utilising a QT based front-end'
 	@echo  '  gconfig	  - Update current config utilising a GTK based front-end'
 	@echo  '  gconfig	  - Update current config utilising a GTK based front-end'
 	@echo  '  oldconfig	  - Update current config utilising a provided .config as base'
 	@echo  '  oldconfig	  - Update current config utilising a provided .config as base'
-	@echo  '  silentoldconfig - Same as oldconfig, but quietly'
+	@echo  '  silentoldconfig - Same as oldconfig, but quietly, additionally update deps'
 	@echo  '  randconfig	  - New config with random answer to all options'
 	@echo  '  randconfig	  - New config with random answer to all options'
 	@echo  '  defconfig	  - New config with default answer to all options'
 	@echo  '  defconfig	  - New config with default answer to all options'
 	@echo  '  allmodconfig	  - New config selecting modules when possible'
 	@echo  '  allmodconfig	  - New config selecting modules when possible'