]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[pci] Drag in PCI settings mechanism only when PCI support is present
authorMichael Brown <mcb30@ipxe.org>
Fri, 25 Oct 2024 13:40:28 +0000 (14:40 +0100)
committerMichael Brown <mcb30@ipxe.org>
Fri, 25 Oct 2024 13:40:28 +0000 (14:40 +0100)
commitcc45ca372c9e297c961ee40911753be89f38170a
tree35b89c6015993a1181024798936b5c7eb8b4213a
parentabfa7c3ab1323967c38b11d4732b2d27ecf2f094
[pci] Drag in PCI settings mechanism only when PCI support is present

Allow for the existence of platforms with no PCI bus by including the
PCI settings mechanism only if PCI bus support is included.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/config/config.c
src/config/config_pci.c [new file with mode: 0644]
src/drivers/bus/pci.c