diff options
author | Thomas Huth <thuth@redhat.com> | 2019-01-31 14:53:30 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-07 21:46:19 +0100 |
commit | 98bd1db99f072316129ed824048fcb81d0b98e41 (patch) | |
tree | 46484dcd72b7f1249a251e5e6cf12ab9e2e81c2e /hw/ppc/Kconfig | |
parent | 1f40cc5e84a8e0cafc1ed907dd368855bb0756b1 (diff) | |
download | qemu-98bd1db99f072316129ed824048fcb81d0b98e41.zip qemu-98bd1db99f072316129ed824048fcb81d0b98e41.tar.gz qemu-98bd1db99f072316129ed824048fcb81d0b98e41.tar.bz2 |
ppc: Express dependencies of the embedded machines with kconfig
This makes it much easier if the users want to disable some of
the embedded machines for their builds.
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/ppc/Kconfig')
-rw-r--r-- | hw/ppc/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/hw/ppc/Kconfig b/hw/ppc/Kconfig index c0b84b6..2b83637 100644 --- a/hw/ppc/Kconfig +++ b/hw/ppc/Kconfig @@ -27,9 +27,18 @@ config POWERNV config PPC405 bool + select M48T59 + select PFLASH_CFI02 + select PPC4XX + select SERIAL config PPC440 bool + imply PCI_DEVICES + imply TEST_DEVICES + select PCI_EXPRESS + select PPC4XX + select SERIAL config PPC4XX bool @@ -87,9 +96,19 @@ config MAC_NEWWORLD config E500 bool + imply AT24C + select ETSEC + select OPENPIC + select PLATFORM_BUS + select PPCE500_PCI + select SERIAL config VIRTEX bool + select PFLASH_CFI01 + select SERIAL + select XILINX + select XILINX_ETHLITE config XIVE bool |