kconfig: omit --oldaskconfig option for 'make config'
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 21 Feb 2021 13:03:17 +0000 (22:03 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 24 Feb 2021 06:12:06 +0000 (15:12 +0900)
commitae8da72bde7a3fb5c756fa34506196fe190c3204
tree199670276a9b074801c410a5bdbad054f6e5f182
parenta2af62c3bd8fec5a2771be88c95783ddfcc57631
kconfig: omit --oldaskconfig option for 'make config'

scripts/kconfig/conf.c line 39 defines the default of input_mode as
oldaskconfig. Hence, 'make config' works in the same way even without
the --oldaskconfig option given. Note this in the help message.

This will be helpful to unify build rules in Makefile in the next
commit.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/Makefile
scripts/kconfig/conf.c