Skip to content

Commit

Permalink
pci-host: Wire up new Astro/Elroy PCI bridge
Browse files Browse the repository at this point in the history
Allow the Astro source to be built.

Signed-off-by: Helge Deller <deller@gmx.de>
  • Loading branch information
hdeller committed Oct 19, 2023
1 parent e029bb0 commit 1a960c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions hw/hppa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ config HPPA_B160L
imply PCI_DEVICES
imply E1000_PCI
imply VIRTIO_VGA
select ASTRO
select DINO
select LASI
select SERIAL
Expand Down
4 changes: 4 additions & 0 deletions hw/pci-host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ config DINO
bool
select PCI

config ASTRO
bool
select PCI

config GT64120
bool
select PCI
Expand Down
1 change: 1 addition & 0 deletions hw/pci-host/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ pci_ss.add(when: 'CONFIG_MV64361', if_true: files('mv64361.c'))
pci_ss.add(when: 'CONFIG_VERSATILE_PCI', if_true: files('versatile.c'))

# HPPA devices
pci_ss.add(when: 'CONFIG_ASTRO', if_true: files('astro.c'))
pci_ss.add(when: 'CONFIG_DINO', if_true: files('dino.c'))

system_ss.add_all(when: 'CONFIG_PCI', if_true: pci_ss)
Expand Down

0 comments on commit 1a960c8

Please sign in to comment.