mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
hw/isa/Kconfig: i82378 SuperIO requires PC speaker device
This fixes when configuring with --without-default-devices:
$ qemu-system-ppc -M prep
qemu-system-ppc: Machine type 'prep' is deprecated: use 40p machine type instead
qemu-system-ppc: Unknown device 'isa-pcspk' for bus 'ISA'
Fixes: dd0ff8191a
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190316200818.8265-3-philmd@redhat.com>
This commit is contained in:
parent
b4f15fc4c1
commit
aa889f7304
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ config I82378
|
|||
select I8254
|
||||
select I82374
|
||||
select MC146818RTC
|
||||
select PCSPK
|
||||
|
||||
config PC87312
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue