Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305873
b: refs/heads/master
c: 2fff275
h: refs/heads/master
i:
  305871: fdfde20
v: v3
  • Loading branch information
Rafal Prylowski authored and Jeff Garzik committed May 22, 2012
1 parent d9f9d10 commit 22e4962
Show file tree
Hide file tree
Showing 4 changed files with 1,055 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: d70e551c8e1ecb6f20422f8db6bfe6a0049edcb8
refs/heads/master: 2fff27512600f9ad91335577e485a8552edb0abf
9 changes: 9 additions & 0 deletions trunk/drivers/ata/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,15 @@ config PATA_EFAR

If unsure, say N.

config PATA_EP93XX
tristate "Cirrus Logic EP93xx PATA support"
depends on ARCH_EP93XX
help
This option enables support for the PATA controller in
the Cirrus Logic EP9312 and EP9315 ARM CPU.

If unsure, say N.

config PATA_HPT366
tristate "HPT 366/368 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 @@ -43,6 +43,7 @@ obj-$(CONFIG_PATA_CS5535) += pata_cs5535.o
obj-$(CONFIG_PATA_CS5536) += pata_cs5536.o
obj-$(CONFIG_PATA_CYPRESS) += pata_cypress.o
obj-$(CONFIG_PATA_EFAR) += pata_efar.o
obj-$(CONFIG_PATA_EP93XX) += pata_ep93xx.o
obj-$(CONFIG_PATA_HPT366) += pata_hpt366.o
obj-$(CONFIG_PATA_HPT37X) += pata_hpt37x.o
obj-$(CONFIG_PATA_HPT3X2N) += pata_hpt3x2n.o
Expand Down
Loading

0 comments on commit 22e4962

Please sign in to comment.