diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-08-06 13:15:06 +0200 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2012-08-07 22:25:50 -0400 |
commit | 7a39e72d86326d30b4caaf8d6244967e3ca8adad (patch) | |
tree | 28140a0b96d58a2244036b48d284d51b6c8f1faa /src/Kconfig | |
parent | 5a023065388287e261ae9212452ff541f9fa9cd3 (diff) | |
download | seabios-7a39e72d86326d30b4caaf8d6244967e3ca8adad.tar.gz |
scsi: add AMD PCscsi driver
This is a driver for an AMD PCscsi (am53c974) SCSI card. It can be
used together with DOS or old operating systems such as Windows NT 3.1,
Windows 3.1 or Windows 98.
Cc: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index bc343ee8..6de3e715 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -119,6 +119,12 @@ menu "Hardware support" default y help Support boot from virtio-scsi storage. + config ESP_SCSI + depends on DRIVES && !COREBOOT + bool "AMD PCscsi controllers" + default y + help + Support boot from AMD PCscsi storage. config LSI_SCSI depends on DRIVES && !COREBOOT bool "lsi53c895a scsi controllers" |