Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158507
b: refs/heads/master
c: 6b40678
h: refs/heads/master
i:
  158505: 0be5bd4
  158503: 661855d
v: v3
  • Loading branch information
Alan Cox authored and Jeff Garzik committed Sep 1, 2009
1 parent 0ac92e6 commit 01bb43d
Show file tree
Hide file tree
Showing 4 changed files with 412 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: 87c8b22be201cc4c139f98ef5e0471dd15c01239
refs/heads/master: 6b406782ad0408f9cb480c2e1b543d194e8206d0
10 changes: 10 additions & 0 deletions trunk/drivers/ata/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,16 @@ config PATA_RB532

If unsure, say N.

config PATA_RDC
tristate "RDC PATA support"
depends on PCI
help
This option enables basic support for the later RDC PATA controllers
controllers via the new ATA layer. For the RDC 1010, you need to
enable the IT821X driver instead.

If unsure, say N.

config PATA_RZ1000
tristate "PC Tech RZ1000 PATA support"
depends on PCI
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/ata/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ obj-$(CONFIG_PATA_PDC_OLD) += pata_pdc202xx_old.o
obj-$(CONFIG_PATA_QDI) += pata_qdi.o
obj-$(CONFIG_PATA_RADISYS) += pata_radisys.o
obj-$(CONFIG_PATA_RB532) += pata_rb532_cf.o
obj-$(CONFIG_PATA_RDC) += pata_rdc.o
obj-$(CONFIG_PATA_RZ1000) += pata_rz1000.o
obj-$(CONFIG_PATA_SC1200) += pata_sc1200.o
obj-$(CONFIG_PATA_SERVERWORKS) += pata_serverworks.o
Expand Down
Loading

0 comments on commit 01bb43d

Please sign in to comment.