summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/Kconfig
diff options
context:
space:
mode:
authorAnant Gole2009-10-07 04:59:47 +0200
committerDavid S. Miller2009-10-08 07:02:53 +0200
commit3758bf25db8caeec667e4e56e030da0ec3060529 (patch)
tree5eacde81468c8e201086083a19456ba28e67e3e0 /drivers/net/can/Kconfig
parentixgb: Use the instance of net_device_stats from net_device. (diff)
downloadkernel-qcow2-linux-3758bf25db8caeec667e4e56e030da0ec3060529.tar.gz
kernel-qcow2-linux-3758bf25db8caeec667e4e56e030da0ec3060529.tar.xz
kernel-qcow2-linux-3758bf25db8caeec667e4e56e030da0ec3060529.zip
can: add TI CAN (HECC) driver
TI HECC (High End CAN Controller) module is found on many TI devices. It has 32 hardware mailboxes with full implementation of CAN protocol 2.0B with bus speeds up to 1Mbps. Specifications of the module are available on TI web <http://www.ti.com> Signed-off-by: Anant Gole <anantgole@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/can/Kconfig')
-rw-r--r--drivers/net/can/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/can/Kconfig b/drivers/net/can/Kconfig
index df32c109b7ac..26d77cc0ded7 100644
--- a/drivers/net/can/Kconfig
+++ b/drivers/net/can/Kconfig
@@ -95,6 +95,13 @@ config CAN_AT91
---help---
This is a driver for the SoC CAN controller in Atmel's AT91SAM9263.
+config CAN_TI_HECC
+ depends on CAN_DEV && ARCH_OMAP3
+ tristate "TI High End CAN Controller"
+ ---help---
+ Driver for TI HECC (High End CAN Controller) module found on many
+ TI devices. The device specifications are available from www.ti.com
+
config CAN_DEBUG_DEVICES
bool "CAN devices debugging messages"
depends on CAN