diff options
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 a427945f0bb1..2cd0e7476718 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -199,6 +199,15 @@ config PATA_ARTOP | |||
199 | 199 | ||
200 | If unsure, say N. | 200 | If unsure, say N. |
201 | 201 | ||
202 | config PATA_AT32 | ||
203 | tristate "Atmel AVR32 PATA support (Experimental)" | ||
204 | depends on AVR32 && PLATFORM_AT32AP && EXPERIMENTAL | ||
205 | help | ||
206 | This option enables support for the IDE devices on the | ||
207 | Atmel AT32AP platform. | ||
208 | |||
209 | If unsure, say N. | ||
210 | |||
202 | config PATA_ATIIXP | 211 | config PATA_ATIIXP |
203 | tristate "ATI PATA support (Experimental)" | 212 | tristate "ATI PATA support (Experimental)" |
204 | depends on PCI && EXPERIMENTAL | 213 | depends on PCI && EXPERIMENTAL |