mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
ppc64: Express dependencies of 'pseries' and 'powernv' machines with kconfig
The POWERNV switch should always select ISA_IPMI_BT, then the other IPMI options are turned on automatically now. CONFIG_DIMM should always be selected by the pseries machine, which in turn depends on CONFIG_MEM_DEVICE since DIMM implements this interface. CONFIG_VIRTIO_VGA can be dropped from default-configs/ppc64-softmmu.mak completely since this device is already automatically enabled via hw/display/Kconfig now. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
58accbc508
commit
87f9108bad
4 changed files with 23 additions and 11 deletions
|
@ -1,5 +1,6 @@
|
|||
config DIMM
|
||||
bool
|
||||
select MEM_DEVICE
|
||||
|
||||
config MEM_DEVICE
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue