support/kconfig: upgrade to 3.9-rc2
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 4 Apr 2013 11:24:24 +0000 (11:24 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 11 Apr 2013 07:30:39 +0000 (09:30 +0200)
commit6997e461fdb39985957d24d81e612113cf39e35c
tree096947e214caf457ffdb005522698f3e747ad08a
parentcfe70c5e13fcf6d99394c646c758236a79041653
support/kconfig: upgrade to 3.9-rc2

Our kconfig code is updated to the version of kernel 3.9-rc2. No major
issues during the migration, except:

 * Some conflicts when applying 03-change-config-option-prefix.patch
   due to upstream kernel changes.

 * The need of adding a new patch, 15-fix-qconf-moc-rule.patch, to fix
   the make rule that generates the moc file for the Qt-based
   interface.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Tested-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
48 files changed:
support/kconfig/Makefile
support/kconfig/README.buildroot2
support/kconfig/check.sh
support/kconfig/conf.c
support/kconfig/confdata.c
support/kconfig/expr.c
support/kconfig/expr.h
support/kconfig/gconf.c
support/kconfig/kconfig_load.c [deleted file]
support/kconfig/kxgettext.c
support/kconfig/lex.zconf.c_shipped [deleted file]
support/kconfig/list.h [new file with mode: 0644]
support/kconfig/lkc.h
support/kconfig/lkc_proto.h
support/kconfig/lxdialog/check-lxdialog.sh
support/kconfig/lxdialog/dialog.h
support/kconfig/lxdialog/inputbox.c
support/kconfig/lxdialog/menubox.c
support/kconfig/lxdialog/textbox.c
support/kconfig/lxdialog/util.c
support/kconfig/mconf.c
support/kconfig/menu.c
support/kconfig/merge_config.sh [new file with mode: 0755]
support/kconfig/nconf.c
support/kconfig/nconf.gui.c
support/kconfig/nconf.h
support/kconfig/patches/01-kconfig-kernel-to-buildroot.patch
support/kconfig/patches/02-cpp-comments-to-c-comments.patch
support/kconfig/patches/03-change-config-option-prefix.patch
support/kconfig/patches/06-br-build-system-integration.patch
support/kconfig/patches/09-implement-kconfig-probability.patch
support/kconfig/patches/10-br-build-system.patch
support/kconfig/patches/11-use-mktemp-for-lxdialog.patch
support/kconfig/patches/12-fix-glade-file-path.patch
support/kconfig/patches/14-support-out-of-tree-config.patch
support/kconfig/patches/15-fix-qconf-moc-rule.patch [new file with mode: 0644]
support/kconfig/patches/series
support/kconfig/qconf.cc
support/kconfig/qconf.h
support/kconfig/streamline_config.pl
support/kconfig/symbol.c
support/kconfig/util.c
support/kconfig/zconf.gperf
support/kconfig/zconf.hash.c_shipped
support/kconfig/zconf.l
support/kconfig/zconf.lex.c_shipped [new file with mode: 0644]
support/kconfig/zconf.tab.c_shipped
support/kconfig/zconf.y