support: update Kconfiglib to the latest version
authorUlf Magnusson <ulfalizer@gmail.com>
Wed, 10 Jun 2015 13:40:25 +0000 (15:40 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 11 Jun 2015 20:10:01 +0000 (22:10 +0200)
commit00cc2431701929728df5b616f2e51268053cfd2c
tree48be3d5da06f03d865165fc1c34abe42fbae6311
parent58a34b3c7fc8aacba937da6f0f306365343b128e
support: update Kconfiglib to the latest version

Corresponds to a95f477 in https://github.com/ulfalizer/Kconfiglib.

Fixes:

 - Unset user values when loading a zero-byte .config. (5e54e2c)

 - Ignore indented .config assignments. (f8a7510)

 - Do not require $srctree to be set for non-kernel projects. (d56e9c1)

 - Allow digits in $-references to symbols. (ecacdd5)

 - Add Symbol.is_allnoconfig_y(). (deaa624)

 - Fix small output issue with Comments inside Choices.

Also adds Python 3 support and has a lot of internal cleanup and
optimization.

Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
support/scripts/kconfiglib.py
support/scripts/readme.kconfiglib