diff options
| author | Thomas Huth | 2019-01-31 14:53:28 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2019-03-07 21:46:19 +0100 |
| commit | d7cfb520cfffaf7a30ed4f54581685f268d7475d (patch) | |
| tree | 72b52fa6143126d79f502f6d9bf2355a6266a112 /hw/net | |
| parent | ppc: Express dependencies of the 'prep' and '40p' machines with kconfig (diff) | |
| download | qemu-d7cfb520cfffaf7a30ed4f54581685f268d7475d.tar.gz qemu-d7cfb520cfffaf7a30ed4f54581685f268d7475d.tar.xz qemu-d7cfb520cfffaf7a30ed4f54581685f268d7475d.zip | |
ppc: Express dependencies of the Mac machines with kconfig
This will make it for example easier if the users want to disable
one of the two machines for their builds.
Cc: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
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/net')
| -rw-r--r-- | hw/net/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/net/Kconfig b/hw/net/Kconfig index c562b69019..6b4633b464 100644 --- a/hw/net/Kconfig +++ b/hw/net/Kconfig @@ -86,6 +86,7 @@ config FTGMAC100 config SUNGEM bool + depends on PCI config COLDFIRE bool |
