[GIT PULL 2/2] Kconfig updates for v5.3-rc1

From: Masahiro Yamada
Date: Fri Jul 12 2019 - 13:55:50 EST


Hi Linus,

Please pull Kconfig updates for v5.3-rc1.
Thanks!


The following changes since commit d1fdb6d8f6a4109a4263176c84b899076a5f8008:

Linux 5.2-rc4 (2019-06-08 20:24:46 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kconfig-v5.3

for you to fetch changes up to e3cd5136a4ecece6a7599a07add0dfb811a7f49d:

kconfig: remove meaningless if-conditional in conf_read()
(2019-07-11 23:37:55 +0900)

----------------------------------------------------------------
Kconfig updates for v5.3

- always require argument for --defconfig and remove the hard-coded
arch/$(ARCH)/defconfig path

- make arch/$(SRCARCH)/configs/defconfig the new default of defconfig

- some code cleanups

----------------------------------------------------------------
Marco Ammon (1):
kconfig: Fix spelling of sym_is_changable

Masahiro Yamada (6):
kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditional
kconfig: require the argument of --defconfig
kconfig: add static qualifier to expand_string()
kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIG
unicore32: rename unicore32_defconfig to defconfig
kconfig: remove meaningless if-conditional in conf_read()

arch/alpha/Makefile | 2 --
arch/arm64/Makefile | 2 --
arch/csky/Makefile | 1 -
arch/nds32/Makefile | 2 --
arch/riscv/Makefile | 2 --
arch/s390/Makefile | 2 --
arch/unicore32/Makefile | 3 +--
.../configs/{unicore32_defconfig => defconfig} | 0
scripts/kconfig/Makefile | 8 +++++---
scripts/kconfig/conf.c | 10 ++++------
scripts/kconfig/confdata.c | 25
+++---------------------
scripts/kconfig/lkc.h | 1 -
scripts/kconfig/lkc_proto.h | 3 +--
scripts/kconfig/mconf.c | 10 +++++-----
scripts/kconfig/nconf.c | 10 +++++-----
scripts/kconfig/preprocess.c | 3 ++-
scripts/kconfig/qconf.cc | 2 +-
scripts/kconfig/symbol.c | 2 +-
18 files changed, 28 insertions(+), 60 deletions(-)
rename arch/unicore32/configs/{unicore32_defconfig => defconfig} (100%)

--
Best Regards
Masahiro Yamada