diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-03-09 20:18:54 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-26 16:57:02 +0300 |
commit | c7b2d3e52d7be208480944b2434ddf9e0ef9b58d (patch) | |
tree | 73af44b8b8e213ee79d06b5828f1942ff5b2e093 /drivers/net/can/Kconfig | |
parent | 7ec164a18dc69ab4f347a11885c25421a71feea6 (diff) | |
download | linux-c7b2d3e52d7be208480944b2434ddf9e0ef9b58d.tar.xz |
can: remove bfin_can driver
The blackfin architecture is getting removed, so this one is now obsolete.
Acked-by: Aaron Wu <aaron.wu@analog.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/net/can/Kconfig')
-rw-r--r-- | drivers/net/can/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/can/Kconfig b/drivers/net/can/Kconfig index ac4ff394bc56..2cb75988b328 100644 --- a/drivers/net/can/Kconfig +++ b/drivers/net/can/Kconfig @@ -88,15 +88,6 @@ config CAN_AT91 This is a driver for the SoC CAN controller in Atmel's AT91SAM9263 and AT91SAM9X5 processors. -config CAN_BFIN - depends on BF534 || BF536 || BF537 || BF538 || BF539 || BF54x - tristate "Analog Devices Blackfin on-chip CAN" - ---help--- - Driver for the Analog Devices Blackfin on-chip CAN controllers - - To compile this driver as a module, choose M here: the - module will be called bfin_can. - config CAN_FLEXCAN tristate "Support for Freescale FLEXCAN based chips" depends on ARM || PPC |