]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:42:47 +0000 (00:42 +0200)
commita426abda7bdce822779f6ca30c67c90cc933b5f1
treea329050424c1e23b5408cf4a783b6916334c1a44
parent10f8806ab8a1f0a3433a55c8d3b370e34b9489d8
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