[GIT PULL] kconfig updates for v4.7-rc1

From: Michal Marek
Date: Thu May 26 2016 - 16:42:43 EST


Hi Linus,

Please pull these kconfig fixes for v4.7-rc1:
- Fix for behavior of tristate choice items and fix for documentation
of existing kconfig behavior [Dirk Gouders]
- More helpful "unexpected data" kconfig warning [Paul Bolle]

Thanks,
Michal

The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:

Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git kconfig

for you to fetch changes up to fa64e5f6a35efd5e77d639125d973077ca506074:

kconfig/symbol.c: handle choice_values that depend on 'm' symbols (2016-05-10 21:14:27 +0200)

----------------------------------------------------------------
Dirk Gouders (3):
kconfig-language: fix comment on dependency-generated menu structures.
kconfig-language: elaborate on the type of a choice
kconfig/symbol.c: handle choice_values that depend on 'm' symbols

Paul Bolle (1):
kconfig: add unexpected data itself to warning

Documentation/kbuild/kconfig-language.txt | 22 +++++++++++++---------
scripts/kconfig/confdata.c | 4 +++-
scripts/kconfig/symbol.c | 14 ++++++++++++++
3 files changed, 30 insertions(+), 10 deletions(-)