diff options
author | Corentin Labbe <clabbe.montjoie@gmail.com> | 2018-01-18 21:05:34 +0100 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2018-01-18 13:17:25 -0800 |
commit | 6590425218b9e8cedf6acd3dd903fb7a907937b7 (patch) | |
tree | 9c3391673cbe3a6c110a7c5d26ee280f6a9128e9 /drivers/ata/Kconfig | |
parent | 7b7c1763725bfdb195763c3017a21ce785251d44 (diff) |
ata: remove pata_at32
Since AVR32 was removed, pata_at32 is unselectable/uncompilable.
Remove this driver.
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index b3fad5663aeb..a7120d621154 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -944,15 +944,6 @@ endif # ATA_BMDMA comment "PIO-only SFF controllers" -config PATA_AT32 - tristate "Atmel AVR32 PATA support (Experimental)" - depends on AVR32 && PLATFORM_AT32AP - help - This option enables support for the IDE devices on the - Atmel AT32AP platform. - - If unsure, say N. - config PATA_CMD640_PCI tristate "CMD640 PCI PATA support (Experimental)" depends on PCI |