mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
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>
This commit is contained in:
parent
12bb3a9008
commit
d7cfb520cf
5 changed files with 25 additions and 16 deletions
|
@ -55,9 +55,24 @@ config RS6000_MC
|
|||
|
||||
config MAC_OLDWORLD
|
||||
bool
|
||||
imply PCI_DEVICES
|
||||
imply SUNGEM
|
||||
imply TEST_DEVICES
|
||||
select ADB
|
||||
select GRACKLE_PCI
|
||||
select HEATHROW_PIC
|
||||
select MACIO
|
||||
|
||||
config MAC_NEWWORLD
|
||||
bool
|
||||
imply PCI_DEVICES
|
||||
imply SUNGEM
|
||||
imply TEST_DEVICES
|
||||
select ADB
|
||||
select MACIO
|
||||
select MACIO_GPIO
|
||||
select MAC_PMU
|
||||
select UNIN_PCI
|
||||
|
||||
config E500
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue