diff options
author | Rafal Prylowski <prylowski@metasoft.pl> | 2012-04-12 08:13:16 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2012-05-22 16:02:34 -0400 |
commit | 2fff27512600f9ad91335577e485a8552edb0abf (patch) | |
tree | eba9659d44dfef5d36c15e41cae91cb45e6a66f1 /drivers/ata/Kconfig | |
parent | d70e551c8e1ecb6f20422f8db6bfe6a0049edcb8 (diff) |
PATA host controller driver for ep93xx
Add PATA host controller driver for ep93xx.
Signed-off-by: Rafal Prylowski <prylowski@metasoft.pl>
Cc: Joao Ramos <joao.ramos@inov.pt>
Cc: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ryan Mallon <rmallon@gmail.com>
Cc: Sergei Shtylyov <sshtylyov@mvista.com>
Cc: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 6bdedd7cca2c..2be8ef1d3093 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -416,6 +416,15 @@ config PATA_EFAR | |||
416 | 416 | ||
417 | If unsure, say N. | 417 | If unsure, say N. |
418 | 418 | ||
419 | config PATA_EP93XX | ||
420 | tristate "Cirrus Logic EP93xx PATA support" | ||
421 | depends on ARCH_EP93XX | ||
422 | help | ||
423 | This option enables support for the PATA controller in | ||
424 | the Cirrus Logic EP9312 and EP9315 ARM CPU. | ||
425 | |||
426 | If unsure, say N. | ||
427 | |||
419 | config PATA_HPT366 | 428 | config PATA_HPT366 |
420 | tristate "HPT 366/368 PATA support" | 429 | tristate "HPT 366/368 PATA support" |
421 | depends on PCI | 430 | depends on PCI |