Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68089
b: refs/heads/master
c: d830d17
h: refs/heads/master
i:
  68087: f25202c
v: v3
  • Loading branch information
Sonic Zhang authored and Jeff Garzik committed Oct 12, 2007
1 parent 9a1280d commit b457f9f
Show file tree
Hide file tree
Showing 4 changed files with 1,645 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: a1e10f7e68a544c80081fee4fa550dc28389f44a
refs/heads/master: d830d1731fa5906aad20c228ac8b73005b13d468
16 changes: 16 additions & 0 deletions trunk/drivers/ata/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -596,4 +596,20 @@ config PATA_SCC

If unsure, say N.

config PATA_BF54X
tristate "Blackfin 54x ATAPI support"
depends on BF542 || BF548 || BF549
help
This option enables support for the built-in ATAPI controller on
Blackfin 54x family chips.

If unsure, say N.

config PATA_BF54X_DMA
bool "DMA mode"
depends on PATA_BF54X
default y
help
Enable DMA mode for Blackfin ATAPI controller.

endif # ATA
1 change: 1 addition & 0 deletions trunk/drivers/ata/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ obj-$(CONFIG_PATA_SIS) += pata_sis.o
obj-$(CONFIG_PATA_TRIFLEX) += pata_triflex.o
obj-$(CONFIG_PATA_IXP4XX_CF) += pata_ixp4xx_cf.o
obj-$(CONFIG_PATA_SCC) += pata_scc.o
obj-$(CONFIG_PATA_BF54X) += pata_bf54x.o
obj-$(CONFIG_PATA_PLATFORM) += pata_platform.o
obj-$(CONFIG_PATA_ICSIDE) += pata_icside.o
# Should be last but one libata driver
Expand Down
Loading

0 comments on commit b457f9f

Please sign in to comment.