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

From: Masahiro Yamada
Date: Tue Dec 22 2020 - 11:49:41 EST


Hi Linus,

Please pull Kconfig updates for v5.11
Thanks.


The following changes since commit 0477e92881850d44910a7e94fc2c46f96faa131f:

Linux 5.10-rc7 (2020-12-06 14:25:12 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 90d39628ac799e93c0f7a56763eed5029632f1ba:

kconfig: doc: fix $(fileno) to $(filename) (2020-12-21 16:01:44 +0900)

----------------------------------------------------------------
Kconfig updates for v5.11

- Support only Qt5 for qconf

- Validate signal/slot connection at compile time of qconf

- Sanitize header includes

----------------------------------------------------------------
Boris Kolpackov (2):
kconfig: make lkc.h self-sufficient #include-wise
kconfig: clean up header inclusion

Masahiro Yamada (6):
kconfig: qconf: drop Qt4 support
kconfig: qconf: use a variable to pass packages to pkg-config
kconfig: qconf: convert to Qt5 new signal/slot connection syntax
kconfig: qconf: show Qt version in the About dialog
kconfig: fix return value of do_error_if()
kconfig: doc: fix $(fileno) to $(filename)

Documentation/kbuild/kconfig-macro-language.rst | 2 +-
scripts/kconfig/conf.c | 1 -
scripts/kconfig/confdata.c | 1 +
scripts/kconfig/lexer.l | 1 -
scripts/kconfig/lkc.h | 4 +
scripts/kconfig/preprocess.c | 2 +-
scripts/kconfig/qconf-cfg.sh | 14 +--
scripts/kconfig/qconf.cc | 145 +++++++++++++---------
scripts/kconfig/symbol.c | 2 +-
9 files changed, 95 insertions(+), 77 deletions(-)

--
Best Regards
Masahiro Yamada