diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-03-09 18:10:45 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-26 15:56:56 +0200 |
commit | c44734a875e0529c16a797257978fd9d2182a7ac (patch) | |
tree | 299cbbb2ecbf5cd5cc5ad95722d643fe718ed740 /drivers/ata/Kconfig | |
parent | f59b2dc2de63652cad750efc2ad1012eb1bb342f (diff) | |
download | linux-c44734a875e0529c16a797257978fd9d2182a7ac.tar.bz2 |
ata: remove bf54x driver
The blackfin architecture is getting removed, so this driver
is obsolete as well.
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
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 a7120d621154..4582fa27cf37 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -549,15 +549,6 @@ config PATA_ATP867X If unsure, say N. -config PATA_BF54X - tristate "Blackfin 54x ATAPI support" - depends on BF542 || BF548 || BF549 - help - This option enables support for the built-in ATAPI controller on - Blackfin 54x family chips. - - If unsure, say N. - config PATA_BK3710 tristate "Palmchip BK3710 PATA support" depends on ARCH_DAVINCI |