can: add the driver for Analog Devices Blackfin on-chip CAN controllers
[safe/jmp/linux-2.6] / drivers / net / can / Kconfig
index bb803fa..8c485aa 100644 (file)
@@ -54,6 +54,15 @@ config CAN_MCP251X
        ---help---
          Driver for the Microchip MCP251x SPI CAN controllers.
 
+config CAN_BFIN
+       depends on CAN_DEV && (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.
+
 source "drivers/net/can/mscan/Kconfig"
 
 source "drivers/net/can/sja1000/Kconfig"