diff options
author | Sergey Matyukevich <geomatsi@gmail.com> | 2009-06-19 08:27:40 +0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2009-06-23 01:54:24 -0400 |
commit | 918d7b7c330f8afe18cb1b8692fc5f45a798634e (patch) | |
tree | 3aecd84b2c0ee95786f4efae05c208449562e336 /drivers/ata/Kconfig | |
parent | ad5d8eac91bb04533e49bbb6434791758300711d (diff) | |
download | linux-3.10-918d7b7c330f8afe18cb1b8692fc5f45a798634e.tar.gz linux-3.10-918d7b7c330f8afe18cb1b8692fc5f45a798634e.tar.bz2 linux-3.10-918d7b7c330f8afe18cb1b8692fc5f45a798634e.zip |
[libata] PATA driver for CF interface on AT91SAM9260 SoC
This patch provides PATA driver for CompactFlash interface in True IDE
mode on AT91SAM9260 SoC.
Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 2aa1908e5ce..b17c57f8503 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -679,6 +679,14 @@ config PATA_PLATFORM If unsure, say N. +config PATA_AT91 + tristate "PATA support for AT91SAM9260" + depends on ARM && ARCH_AT91 + help + This option enables support for IDE devices on the Atmel AT91SAM9260 SoC. + + If unsure, say N. + config PATA_OF_PLATFORM tristate "OpenFirmware platform device PATA support" depends on PATA_PLATFORM && PPC_OF |