Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62745
b: refs/heads/master
c: b914217
h: refs/heads/master
i:
  62743: 29371db
v: v3
  • Loading branch information
James Bottomley authored and James Bottomley committed Jul 22, 2007
1 parent 55f1f23 commit 13b697d
Show file tree
Hide file tree
Showing 7 changed files with 437 additions and 398 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 41e1703b9b88cf9b5e91cdd2f7dcded3ec3917cb
refs/heads/master: b91421749a1840148d8c81637c03c0ace3f35269
7 changes: 7 additions & 0 deletions trunk/drivers/scsi/libsas/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ config SCSI_SAS_LIBSAS
This provides transport specific helpers for SAS drivers which
use the domain device construct (like the aic94xxx).

config SCSI_SAS_ATA
bool "ATA support for libsas (requires libata)"
depends on SCSI_SAS_LIBSAS && ATA
help
Builds in ATA support into libsas. Will necessitate
the loading of libata along with libsas.

config SCSI_SAS_LIBSAS_DEBUG
bool "Compile the SAS Domain Transport Attributes in debug mode"
default y
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/libsas/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ libsas-y += sas_init.o \
sas_dump.o \
sas_discover.o \
sas_expander.o \
sas_scsi_host.o \
sas_ata.o
sas_scsi_host.o
libsas-$(CONFIG_SCSI_SAS_ATA) += sas_ata.o
Loading

0 comments on commit 13b697d

Please sign in to comment.