summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/Kconfig
diff options
context:
space:
mode:
authorChristian Pellegrin2009-11-03 00:07:00 +0100
committerDavid S. Miller2009-11-08 10:50:21 +0100
commite0000163e30eeb112b41486ea113fd54f64e1f17 (patch)
tree58f40d78882dc4eae86bc71145667f125354d39a /drivers/net/can/Kconfig
parentnet: Support specifying the network namespace upon device creation. (diff)
downloadkernel-qcow2-linux-e0000163e30eeb112b41486ea113fd54f64e1f17.tar.gz
kernel-qcow2-linux-e0000163e30eeb112b41486ea113fd54f64e1f17.tar.xz
kernel-qcow2-linux-e0000163e30eeb112b41486ea113fd54f64e1f17.zip
can: Driver for the Microchip MCP251x SPI CAN controllers
Signed-off-by: Christian Pellegrin <chripell@fsfe.org> Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/can/Kconfig')
-rw-r--r--drivers/net/can/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/can/Kconfig b/drivers/net/can/Kconfig
index 26d77cc0ded7..b819cc2a429e 100644
--- a/drivers/net/can/Kconfig
+++ b/drivers/net/can/Kconfig
@@ -102,6 +102,12 @@ config CAN_TI_HECC
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_MCP251X
+ tristate "Microchip MCP251x SPI CAN controllers"
+ depends on CAN_DEV && SPI
+ ---help---
+ Driver for the Microchip MCP251x SPI CAN controllers.
+
config CAN_DEBUG_DEVICES
bool "CAN devices debugging messages"
depends on CAN