diff options
author | KONRAD Frederic <fred.konrad@greensocs.com> | 2016-06-14 15:59:15 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-06-14 15:59:15 +0100 |
commit | 6fc7f77fd21f15f773bb18c1c4011949be9b4118 (patch) | |
tree | beb69cf869a91a8ed81fa9b2e4c49181bbdb1bcc /hw/misc/Makefile.objs | |
parent | 056fca7b51d949aa0e18e0eb647838874a53bcbe (diff) | |
download | qemu-6fc7f77fd21f15f773bb18c1c4011949be9b4118.tar.gz qemu-6fc7f77fd21f15f773bb18c1c4011949be9b4118.tar.bz2 qemu-6fc7f77fd21f15f773bb18c1c4011949be9b4118.zip |
introduce aux-bus
This introduces a new bus: aux-bus.
It contains an address space for aux slaves devices and a bridge to an I2C bus
for I2C through AUX transactions.
Signed-off-by: KONRAD Frederic <fred.konrad@greensocs.com>
Tested-By: Hyun Kwon <hyun.kwon@xilinx.com>
Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
Message-id: 1465833014-21982-5-git-send-email-fred.konrad@greensocs.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/misc/Makefile.objs')
-rw-r--r-- | hw/misc/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/misc/Makefile.objs b/hw/misc/Makefile.objs index bc0dd2cc75..ffb49c11ac 100644 --- a/hw/misc/Makefile.objs +++ b/hw/misc/Makefile.objs @@ -51,3 +51,4 @@ obj-$(CONFIG_MIPS_ITU) += mips_itu.o obj-$(CONFIG_PVPANIC) += pvpanic.o obj-$(CONFIG_EDU) += edu.o obj-$(CONFIG_HYPERV_TESTDEV) += hyperv_testdev.o +obj-$(CONFIG_AUX) += aux.o |