From: Josh Triplett Date: Wed, 6 Aug 2014 22:21:00 +0000 (-0700) Subject: x86, platform, kconfig: move kvmconfig functionality to a helper X-Git-Tag: fixes-for-v3.18-merge-window~38^2^4~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3aaefce10351fecab348f5e06857f44cafc61a62;p=pandora-kernel.git x86, platform, kconfig: move kvmconfig functionality to a helper The new mergeconfig helper makes it easier to add other partial configurations similar to kvmconfig. Architecture-independent portions of those partial configurations should go in kernel/configs/${name}.config, and architecture-dependent portions should go in arch/${arch}/configs/${name}.config. Based on a patch by Luis R. Rodriguez . Originally-Signed-off-by: Luis R. Rodriguez Modified to make the helper name more general than just virtualization, support architecture-dependent and architecture-independent partial configurations, move the helper and kvmconfig to scripts/kconfig/Makefile, and factor out more of the common file path. Signed-off-by: Josh Triplett --- Reading git-diff-tree failed