aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-host/Kconfig
diff options
context:
space:
mode:
authorBALATON Zoltan <balaton@eik.bme.hu>2023-10-27 13:54:49 +0200
committerDaniel Henrique Barboza <danielhb413@gmail.com>2023-11-07 12:59:29 -0300
commit97d3b2cd36d46b033a5f4219084ab929a5bac9d3 (patch)
treeaba3edac4080c0520875da379bca86ba55f5a734 /hw/pci-host/Kconfig
parent462ad017ed76889d46696a3581e1b52343f9b683 (diff)
hw/pci-host: Add emulation of Mai Logic Articia S
The Articia S is a generic chipset supporting several different CPUs that were among others used on some PPC boards. This is a minimal emulation of the parts needed for emulating the AmigaOne board. Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Tested-by: Rene Engel <ReneEngel80@emailn.de> Acked-by: Daniel Henrique Barboza <danielhb413@gmail.com> Message-ID: <83822787431701cf4d460298d3e3845f362e5da1.1698406922.git.balaton@eik.bme.hu> Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Diffstat (limited to 'hw/pci-host/Kconfig')
-rw-r--r--hw/pci-host/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/pci-host/Kconfig b/hw/pci-host/Kconfig
index 54a609d2ca..f046d76a68 100644
--- a/hw/pci-host/Kconfig
+++ b/hw/pci-host/Kconfig
@@ -73,6 +73,11 @@ config SH_PCI
bool
select PCI
+config ARTICIA
+ bool
+ select PCI
+ select I8259
+
config MV64361
bool
select PCI