Skip to content

Commit

Permalink
kbuild: small update of allnoconfig description
Browse files Browse the repository at this point in the history
'allnoconfig' is described by 'make help' as a "minimal config", that's not
strictly correct. To be pedantic, a minimal config would be one where
EMBEDDED was set to Y and most things therein disabled etc. Simply
answering 'no' to all options does not give a minimal config.
A better description of allnoconfig is that it answers all options with 'no'.

This patch updates the description.

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
  • Loading branch information
Jesper Juhl authored and Sam Ravnborg committed Feb 27, 2006
1 parent 3a25f0b commit e11f049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kconfig/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ help:
@echo ' defconfig - New config with default answer to all options'
@echo ' allmodconfig - New config selecting modules when possible'
@echo ' allyesconfig - New config where all options are accepted with yes'
@echo ' allnoconfig - New minimal config'
@echo ' allnoconfig - New config where all options are answered with no'

# ===========================================================================
# Shared Makefile for the various kconfig executables:
Expand Down

0 comments on commit e11f049

Please sign in to comment.