Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7623
b: refs/heads/master
c: 20f733e
h: refs/heads/master
i:
  7621: fe74b18
  7619: d1168c7
  7615: 7d956d5
v: v3
  • Loading branch information
Brett Russ authored and Jeff Garzik committed Sep 7, 2005
1 parent 3cd4701 commit 41ba269
Show file tree
Hide file tree
Showing 4 changed files with 838 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7da79312830e6d9b3f6ee06b86c3a35caba2f6e7
refs/heads/master: 20f733e7d75a16bffc34842b7682c9247dd5f954
9 changes: 9 additions & 0 deletions trunk/drivers/scsi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,15 @@ config SCSI_ATA_PIIX

If unsure, say N.

config SCSI_SATA_MV
tristate "Marvell SATA support"
depends on SCSI_SATA && PCI && EXPERIMENTAL
help
This option enables support for the Marvell Serial ATA family.
Currently supports 88SX[56]0[48][01] chips.

If unsure, say N.

config SCSI_SATA_NV
tristate "NVIDIA SATA support"
depends on SCSI_SATA && PCI && EXPERIMENTAL
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/scsi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ obj-$(CONFIG_SCSI_SATA_SIS) += libata.o sata_sis.o
obj-$(CONFIG_SCSI_SATA_SX4) += libata.o sata_sx4.o
obj-$(CONFIG_SCSI_SATA_NV) += libata.o sata_nv.o
obj-$(CONFIG_SCSI_SATA_ULI) += libata.o sata_uli.o
obj-$(CONFIG_SCSI_SATA_MV) += libata.o sata_mv.o

obj-$(CONFIG_ARM) += arm/

Expand Down
Loading

0 comments on commit 41ba269

Please sign in to comment.