mbox series

[v2,0/6] kconfig: some clean-ups and rename silentoldconfig

Message ID 1519776926-30459-1-git-send-email-yamada.masahiro@socionext.com
Headers show
Series kconfig: some clean-ups and rename silentoldconfig | expand

Message

Masahiro Yamada Feb. 28, 2018, 12:15 a.m. UTC
Masahiro Yamada (6):
  kconfig: do not call check_conf() for olddefconfig
  kconfig: remove unneeded input_mode test in conf()
  kconfig: remove redundant input_mode test for check_conf() loop
  kconfig: hide irrelevant sub-menus for oldconfig
  kconfig: invoke oldconfig instead of silentoldconfig from local*config
  kconfig: rename silentoldconfig to syncconfig

 Documentation/kbuild/kconfig.txt |  2 +-
 Makefile                         |  2 +-
 scripts/kconfig/Makefile         |  8 ++++----
 scripts/kconfig/conf.c           | 41 ++++++++++++++++++++--------------------
 4 files changed, 27 insertions(+), 26 deletions(-)

-- 
2.7.4

Comments

Masahiro Yamada Feb. 28, 2018, 3:27 p.m. UTC | #1
2018-02-28 9:15 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> Masahiro Yamada (6):

>   kconfig: do not call check_conf() for olddefconfig

>   kconfig: remove unneeded input_mode test in conf()

>   kconfig: remove redundant input_mode test for check_conf() loop

>   kconfig: hide irrelevant sub-menus for oldconfig

>   kconfig: invoke oldconfig instead of silentoldconfig from local*config

>   kconfig: rename silentoldconfig to syncconfig

>

>  Documentation/kbuild/kconfig.txt |  2 +-

>  Makefile                         |  2 +-

>  scripts/kconfig/Makefile         |  8 ++++----

>  scripts/kconfig/conf.c           | 41 ++++++++++++++++++++--------------------

>  4 files changed, 27 insertions(+), 26 deletions(-)

>

> --



1-4 applied to linux-kbuild/kconfig
because they are re-post.

I will re-spin 5 and 6 as commented.


-- 
Best Regards
Masahiro Yamada