diff options
author | Boris Brezillon <boris.brezillon@free-electrons.com> | 2017-03-15 14:39:11 +0100 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2017-03-16 17:10:52 -0400 |
commit | 3075b62d15df424b8e87447eb13e1604240293f2 (patch) | |
tree | 78307cc12ff3185b7dd2164cf843ce3d513584dc /drivers/ata/Kconfig | |
parent | af27e01cfcfcdf7f45488e023b474eb6de5f732e (diff) |
pata: remove the at91 driver
This driver is orphan since commit b2026f708e09 ("ARM: at91: remove
at91sam9260/at91sam9g20 legacy board support"). Given that nobody cared
adding DT support to it, it probably means it's no longer used and is
thus a good candidate for removal.
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 7e0fc9888f96..19069feb196d 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -884,14 +884,6 @@ config PATA_AT32 If unsure, say N. -config PATA_AT91 - tristate "PATA support for AT91SAM9260" - depends on ARM && SOC_AT91SAM9 - help - This option enables support for IDE devices on the Atmel AT91SAM9260 SoC. - - If unsure, say N. - config PATA_CMD640_PCI tristate "CMD640 PCI PATA support (Experimental)" depends on PCI |