OSDN Git Service

hw/ppc/Kconfig: MAC_NEWWORLD should always select USB_OHCI_PCI
authorThomas Huth <thuth@redhat.com>
Tue, 30 May 2023 10:20:41 +0000 (12:20 +0200)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Sat, 10 Jun 2023 13:19:24 +0000 (10:19 -0300)
commit9ec08f3569be3bc8bfd4d9b8b0445b9136910661
treec99faab69cd34dbdccfc6ec0664c34878b17ac01
parent8a15ccee4d59b74be551dc7956d78bde2a52764a
hw/ppc/Kconfig: MAC_NEWWORLD should always select USB_OHCI_PCI

The PowerMacs have an OHCI controller soldered on the motherboard,
so this should always be enabled for the "mac99" machine.
This fixes the problem that QEMU aborts when the user tries to run
the "mac99" machine with a build that has been compiled with the
"--without-default-devices" configure switch.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-Id: <20230530102041.55527-1-thuth@redhat.com>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
hw/ppc/Kconfig