summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/85xx/Makefile
diff options
context:
space:
mode:
authorScott Wood2012-07-11 02:26:48 +0200
committerKumar Gala2012-07-11 14:49:36 +0200
commit9653018b615b36eb1c221bfd1db5d47e1466cfd8 (patch)
tree543a0a6374ca87eddb15c7984b3468a831db6946 /arch/powerpc/platforms/85xx/Makefile
parentpowerpc/mpc85xx_ds: convert to unified PCI init (diff)
downloadkernel-qcow2-linux-9653018b615b36eb1c221bfd1db5d47e1466cfd8.tar.gz
kernel-qcow2-linux-9653018b615b36eb1c221bfd1db5d47e1466cfd8.tar.xz
kernel-qcow2-linux-9653018b615b36eb1c221bfd1db5d47e1466cfd8.zip
powerpc/e500: add paravirt QEMU platform
This gives the kernel a paravirtualized machine to target, without requiring both sides to pretend to be targeting a specific board that likely has little to do with the host in KVM scenarios. This avoids the need to add new boards to QEMU just to be able to run KVM on new CPUs. As this is the first platform that can run with either e500v2 or e500mc, CONFIG_PPC_E500MC is now a legitimately user configurable option, so add a help text. Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/85xx/Makefile')
-rw-r--r--arch/powerpc/platforms/85xx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/Makefile b/arch/powerpc/platforms/85xx/Makefile
index 30652e0bfb7f..3dfe81175036 100644
--- a/arch/powerpc/platforms/85xx/Makefile
+++ b/arch/powerpc/platforms/85xx/Makefile
@@ -27,3 +27,4 @@ obj-$(CONFIG_SOCRATES) += socrates.o socrates_fpga_pic.o
obj-$(CONFIG_KSI8560) += ksi8560.o
obj-$(CONFIG_XES_MPC85xx) += xes_mpc85xx.o
obj-$(CONFIG_GE_IMP3A) += ge_imp3a.o
+obj-$(CONFIG_PPC_QEMU_E500) += qemu_e500.o