aboutsummaryrefslogtreecommitdiff
path: root/default-configs
diff options
context:
space:
mode:
authorHervé Poussineau <hpoussin@reactos.org>2012-08-04 21:10:04 +0200
committerBlue Swirl <blauwirbel@gmail.com>2012-08-09 18:21:47 +0000
commitaebcf56fdedf17f74a97de12f96f3db0751cec6c (patch)
treebe725105a3120504f95b416bf04d6f4d5628c3ff /default-configs
parent9c7e23fc4d37ad99e5d8cd47286b840184cf3511 (diff)
esp: move PCI emulation to a new file esp-pci.c
sparc machines loose ability to instanciate PCI ESP SCSI adapter, which is not a big loose as they don't have PCI bus support. Signed-off-by: Hervé Poussineau <hpoussin@reactos.org> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'default-configs')
-rw-r--r--default-configs/pci.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/pci.mak b/default-configs/pci.mak
index 9febb47ae6..69e18f1428 100644
--- a/default-configs/pci.mak
+++ b/default-configs/pci.mak
@@ -18,3 +18,4 @@ CONFIG_IDE_QDEV=y
CONFIG_IDE_PCI=y
CONFIG_AHCI=y
CONFIG_ESP=y
+CONFIG_ESP_PCI=y