diff options
author | Don Slutz <Don.Slutz@Gmail.com> | 2016-03-25 17:04:31 +0100 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2016-03-29 09:16:48 -0400 |
commit | f2645a8cd66b6ed1f3a010f7acbddf130f584e01 (patch) | |
tree | 77b3df87fc92b7a4dcaa939fcbc82ac9f5d2e83a /src/Kconfig | |
parent | fc0878926bfe644f07fba27228432cada68ec3ba (diff) | |
download | seabios-f2645a8cd66b6ed1f3a010f7acbddf130f584e01.tar.gz |
Support for booting from LSI Logic LSI53C1030, SAS1068, SAS1068e
Also known as Fusion MPT disk; this controller model is supported
by VirtualBox and VMware, and QEMU support patches have been
posted.
Signed-off-by: Don Slutz <Don.Slutz@Gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
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 95bf087b..de39b383 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -208,6 +208,12 @@ menu "Hardware support" default y help Support boot from LSI MegaRAID SAS scsi storage. + config MPT_SCSI + depends on DRIVES && QEMU_HARDWARE + bool "LSI MPT Fusion controllers" + default y + help + Support boot from LSI MPT Fusion scsi storage. config FLOPPY depends on DRIVES && HARDWARE_IRQ bool "Floppy controller" |