diff options
author | Rafal Prylowski <prylowski@metasoft.pl> | 2012-04-12 14:13:16 +0200 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2012-05-22 16:02:34 -0400 |
commit | 2fff27512600f9ad91335577e485a8552edb0abf (patch) | |
tree | eba9659d44dfef5d36c15e41cae91cb45e6a66f1 /drivers/ata/Kconfig | |
parent | d70e551c8e1ecb6f20422f8db6bfe6a0049edcb8 (diff) | |
download | linux-2fff27512600f9ad91335577e485a8552edb0abf.tar.bz2 |
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 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 |