diff options
author | David Engraf <david.engraf@sysgo.com> | 2016-11-15 09:24:27 +0100 |
---|---|---|
committer | Scott Wood <oss@buserror.net> | 2016-11-22 20:06:59 -0600 |
commit | 00b6cfc4c4ee32c6031d1645548f1bf4e6104c45 (patch) | |
tree | 52246e56b95062ef4d8f7caa10772b998a32a7fe /arch/powerpc/platforms | |
parent | 57907a73e0ff7ccd561d0202acaabe5537ed359e (diff) |
powerpc/85xx/qemu: Enable CONFIG_E500 and CONFIG_PPC_E500MC
The QEMU e500 board needs to enable CONFIG_E500 to correctly boot. QEMU
for ppc64 uses e5500/e6500 emulation, thus CONFIG_PPC_E500MC is required
as well.
Signed-off-by: David Engraf <david.engraf@sysgo.com>
Signed-off-by: Scott Wood <oss@buserror.net>
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r-- | arch/powerpc/platforms/85xx/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig index 9dc1d28975b9..47b389dc4938 100644 --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig @@ -253,6 +253,8 @@ endif # PPC32 config PPC_QEMU_E500 bool "QEMU generic e500 platform" select DEFAULT_UIMAGE + select E500 + select PPC_E500MC if PPC64 help This option enables support for running as a QEMU guest using QEMU's generic e500 machine. This is not required if you're |