kvm_guest.config is useful for KVM guests on other arches, and nothing in it appears to be x86 specific, so just move the whole file. Kbuild will find it in either location.
Signed-off-by: Rob Herring <[email protected]> Cc: Christoffer Dall <[email protected]> Cc: Marc Zyngier <[email protected]> Cc: Paolo Bonzini <[email protected]> Cc: "Radim Krčmář" <[email protected]> Cc: [email protected] Cc: [email protected] --- {arch/x86 => kernel}/configs/kvm_guest.config | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {arch/x86 => kernel}/configs/kvm_guest.config (100%) diff --git a/arch/x86/configs/kvm_guest.config b/kernel/configs/kvm_guest.config similarity index 100% rename from arch/x86/configs/kvm_guest.config rename to kernel/configs/kvm_guest.config -- 2.9.3

