summaryrefslogtreecommitdiffstats
path: root/default-configs
diff options
context:
space:
mode:
authorMark Cave-Ayland2018-06-12 18:43:58 +0200
committerDavid Gibson2018-06-16 08:32:33 +0200
commit7c4166a971b54a65900d9624ccd9669ba99d75ad (patch)
treea3217491665ad013d2359e57ee0ac9a90e75aebd /default-configs
parentmac_newworld: add via machine option to control mac99 VIA/ADB configuration (diff)
downloadqemu-7c4166a971b54a65900d9624ccd9669ba99d75ad.tar.gz
qemu-7c4166a971b54a65900d9624ccd9669ba99d75ad.tar.xz
qemu-7c4166a971b54a65900d9624ccd9669ba99d75ad.zip
mac_newworld: add gpios to macio devices with PMU enabled
PMU-enabled New World Macs expose their GPIOs via a separate memory region within the macio device. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'default-configs')
-rw-r--r--default-configs/ppc-softmmu.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/ppc-softmmu.mak b/default-configs/ppc-softmmu.mak
index 4d7be45ac5..38197e39eb 100644
--- a/default-configs/ppc-softmmu.mak
+++ b/default-configs/ppc-softmmu.mak
@@ -31,6 +31,7 @@ CONFIG_I2C=y
CONFIG_MAC=y
CONFIG_ESCC=y
CONFIG_MACIO=y
+CONFIG_MACIO_GPIO=y
CONFIG_SUNGEM=y
CONFIG_MOS6522=y
CONFIG_CUDA=y