Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 590a5857 authored by Markus Heidelberg's avatar Markus Heidelberg Committed by Sam Ravnborg
Browse files

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

parent 6f26e5e4
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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
Original line number Original line Diff line number Diff line
@@ -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'