kconfiglib: sync with the latest in Kconfiglib project
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 27 May 2015 02:39:22 +0000 (11:39 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 12 Jun 2015 16:43:06 +0000 (12:43 -0400)
commit9d01b7872e8fc5faa04e0fc2e33dbea02475d8c7
tree4afa5f27804d8ceb1151681789a8c8610c44310a
parent64d16706a052553c85d2f8f4c741879a4e3e6116
kconfiglib: sync with the latest in Kconfiglib project

This commit imports some updates of kconfiglib.py from
https://github.com/ulfalizer/Kconfiglib

 - Warn about and ignore the "allnoconfig_y" Kconfig option
 - Statements in choices inherit menu/if deps
 - Add Symbol.is_allnoconfig_y()
 - Hint that modules are still supported despite warnings.
 - Add warning related to get_defconfig_filename().
 - Fix typo in docs.
 - Allow digits in $-references to symbols.

Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
Signed-off-by: Philip Craig <philipjcraig@gmail.com>
Signed-off-by: Jakub Sitnicki <jsitnicki@gmail.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
tools/buildman/kconfiglib.py