I just sent various kconfig updates to Linus. The patches can be found at 
http://www.xs4all.nl/~zippel/lc/patches/
Several small fixes for the reported problems, Petr's single menu mode for 
menuconfig, Documentation update, removal of the old config tools and 
update of the MAINTAINER entry.
bye, Roman
 CREDITS                                   |    4 
 Documentation/DocBook/kernel-hacking.tmpl |    2 
 Documentation/kbuild/00-INDEX             |    4 
 Documentation/kbuild/config-language.txt  |  706 ------------
 Documentation/kbuild/kconfig-language.txt |  255 ++++
 MAINTAINERS                               |   13 
 Makefile                                  |    1 
 arch/alpha/Kconfig                        |    2 
 arch/arm/Kconfig                          |    2 
 arch/i386/Kconfig                         |    2 
 arch/m68k/Kconfig                         |    2 
 arch/m68knommu/Kconfig                    |    2 
 arch/mips/Kconfig                         |    2 
 arch/mips64/Kconfig                       |    2 
 arch/ppc/Kconfig                          |    2 
 arch/ppc64/Kconfig                        |    2 
 arch/s390/Kconfig                         |    2 
 arch/s390x/Kconfig                        |    2 
 arch/sh/Kconfig                           |    2 
 arch/sparc/Kconfig                        |    2 
 arch/v850/Kconfig                         |    2 
 arch/x86_64/Kconfig                       |    2 
 drivers/parport/Kconfig                   |    2 
 scripts/Configure                         |  688 -----------
 scripts/Makefile                          |   28 
 scripts/Menuconfig                        | 1469 -------------------------
 scripts/README.Menuconfig                 |   19 
 scripts/kconfig/conf.c                    |    3 
 scripts/kconfig/confdata.c                |   27 
 scripts/kconfig/expr.h                    |    2 
 scripts/kconfig/lex.zconf.c_shipped       |  418 +++----
 scripts/kconfig/mconf.c                   |   67 -
 scripts/kconfig/menu.c                    |    2 
 scripts/kconfig/qconf.cc                  |   38 
 scripts/kconfig/zconf.l                   |   39 
 scripts/kconfig/zconf.tab.c_shipped       | 1749 ++++++++++++++++--------------
 scripts/kconfig/zconf.tab.h_shipped       |  146 +-
 scripts/tail.tk                           |   89 -
 scripts/tkcond.c                          |  602 ----------
 scripts/tkgen.c                           | 1521 --------------------------
 scripts/tkparse.c                         |  828 --------------
 scripts/tkparse.h                         |  127 --
 42 files changed, 1713 insertions(+), 7166 deletions(-)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/