]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
powerpc/85xx/qemu: Enable CONFIG_E500 and CONFIG_PPC_E500MC
authorDavid Engraf <david.engraf@sysgo.com>
Tue, 15 Nov 2016 08:24:27 +0000 (09:24 +0100)
committerScott Wood <oss@buserror.net>
Wed, 23 Nov 2016 02:06:59 +0000 (20:06 -0600)
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>
arch/powerpc/platforms/85xx/Kconfig

index 9dc1d28975b92e4f38c9e89983d7bae444eee495..47b389dc49387e8381d330c5e0835fc398eaf5e4 100644 (file)
@@ -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