Files
linux/scripts/kconfig
Masahiro Yamada 59a80b5e89 kconfig: do not call check_conf() for olddefconfig
check_conf() traverses the menu tree, but it is completely no-op for
olddefconfig because the following if-else block does nothing.

    if (input_mode == listnewconfig) {
            ...
    } else if (input_mode != olddefconfig) {
            ...
    }

As the help message says, olddefconfig automatically sets new symbols
to their default value.  There is no room for manual intervention.
So, calling check_conf() for olddefconfig is odd in the first place.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Ulf Magnusson <ulfalizer@gmail.com>
2018-03-26 02:03:58 +09:00
..
2018-03-02 00:26:47 +09:00
2005-04-16 15:20:36 -07:00
2018-01-22 00:49:29 +09:00
2018-03-02 00:26:47 +09:00
2018-03-02 00:26:47 +09:00
2018-01-22 00:49:29 +09:00
2018-02-10 11:26:04 +09:00
2015-10-14 14:59:03 +02:00
2018-03-02 00:26:47 +09:00