hw/scsi: Add config option for new ncr710 driver
Add config option and wire up in meson makefile. Signed-off-by: Soumyajyotii Ssarkar <soumyajyotisarkar23@gmail.com> Signed-off-by: Helge Deller <deller@gmx.de> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
555a090ed0
commit
008aad460d
2 changed files with 6 additions and 0 deletions
|
|
@ -7,6 +7,11 @@ config LSI_SCSI_PCI
|
|||
depends on PCI
|
||||
select SCSI
|
||||
|
||||
config NCR710_SCSI
|
||||
bool
|
||||
default y if LASI
|
||||
select SCSI
|
||||
|
||||
config MPTSAS_SCSI_PCI
|
||||
bool
|
||||
default y if PCI_DEVICES
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ scsi_ss.add(files(
|
|||
scsi_ss.add(when: 'CONFIG_ESP', if_true: files('esp.c'))
|
||||
scsi_ss.add(when: 'CONFIG_ESP_PCI', if_true: files('esp-pci.c'))
|
||||
scsi_ss.add(when: 'CONFIG_LSI_SCSI_PCI', if_true: files('lsi53c895a.c'))
|
||||
scsi_ss.add(when: 'CONFIG_NCR710_SCSI', if_true: files('ncr53c710.c', 'lasi_ncr710.c'))
|
||||
scsi_ss.add(when: 'CONFIG_MEGASAS_SCSI_PCI', if_true: files('megasas.c'))
|
||||
scsi_ss.add(when: 'CONFIG_MPTSAS_SCSI_PCI', if_true: files('mptsas.c', 'mptconfig.c', 'mptendian.c'))
|
||||
scsi_ss.add(when: 'CONFIG_VMW_PVSCSI_SCSI_PCI', if_true: files('vmw_pvscsi.c'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue