This is a request-for-comments patchset on the kconfig integration. The patchset contains a 'scripts/kconfig' git submodule (PATCH 5, kconfig-frontends v3.10) with the necessary modifications in the Makefile.objs (PATCHES 6-16).
It also contains the Kconfig files themselves (PATCHES 17-45) for the devices and boards. At the time I only included ARM, which is works nicely. The main Kconfig file includes the devices' Kconfig file (hw/Kconfig) and the Kconfig.targets which is generated by the configure script, according to '--target-list'. At the time the patchset does not contain any way to build binaries with the new configuration, but it can be 'imitated' with a single 'include ../.config' line in the target's *-softmmu/config-devices.mak or default-configs/*-softmmu.mak. Signed-off-by: Ákos Kovács <akoskov...@gmx.com>