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

From: Masahiro Yamada
Date: Thu Oct 22 2020 - 09:50:00 EST


Hi Linus,

Please pull Kconfig updates for v5.10
Thanks.


The following changes since commit ba4f184e126b751d1bffad5897f263108befc780:

Linux 5.9-rc6 (2020-09-20 16:33:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f9a825a7f65a1c94858667934c4ed59bc548dd1f:

kconfig: qconf: create QApplication after option checks (2020-09-25
00:37:13 +0900)

----------------------------------------------------------------
Kconfig updates for v5.10

- Remove unused for useless code from qconf

- Allow to edit "int", "hex", "string" options in place, and remove the
separate edit box from qconf

----------------------------------------------------------------
Masahiro Yamada (11):
kconfig: qconf: reformat the intro message
kconfig: qconf: update the intro message to match to the current code
kconfig: qconf: remove unused ConfigItem::okRename()
kconfig: qconf: move ConfigView::updateList(All) to ConfigList class
kconfig: qconf: show data column all the time
kconfig: qconf: allow to edit "int", "hex", "string" menus in-place
kconfig: qconf: remove ConfigLineEdit class
kconfig: qconf: move setShowName/Range() to ConfigList from ConfigView
kconfig: qconf: remove ConfigView class
kconfig: qconf: remove Y, M, N columns
kconfig: qconf: create QApplication after option checks

scripts/kconfig/qconf.cc | 368
+++++++++++++++++++++++++--------------------------------------
scripts/kconfig/qconf.h | 77 ++++---------
2 files changed, 170 insertions(+), 275 deletions(-)

--
Best Regards
Masahiro Yamada