default-configs/ppc-softmmu: Restructure the switches according to the machines
commit70218555a334c2ec2aedf0ae8dc8a6f83dc82714
authorThomas Huth <thuth@redhat.com>
Tue, 16 Jan 2018 12:15:56 +0000 (16 13:15 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Sat, 20 Jan 2018 06:09:39 +0000 (20 17:09 +1100)
treec1916e888961360dd3aa514fa74e7cb7704510c1
parent21d64275adbc5655214659cb454f5476cb3c363b
default-configs/ppc-softmmu: Restructure the switches according to the machines

Order the CONFIG switches in ppc-softmmu.mak according to the machine
classes where they are used (embedded, Mac or PReP), so that it is
easier for the users to disable a set of switches completely if they
are not needed.

Also add the missing CONFIG_IDE_SII3112 switch to the embedded section
which was previously only added to ppcemb-softmmu.mak.

And while we're at it, also remove the CONFIG_IDE_CMD646 switch since
this controller does not seem to be used by any ppc machine in QEMU.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
default-configs/ppc-softmmu.mak