diff options
author | Christian Pellegrin <chripell@fsfe.org> | 2009-11-02 18:07:00 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-08 04:50:21 -0500 |
commit | e0000163e30eeb112b41486ea113fd54f64e1f17 (patch) | |
tree | 58f40d78882dc4eae86bc71145667f125354d39a /drivers/net/can/Kconfig | |
parent | 81adee47dfb608df3ad0b91d230fb3cef75f0060 (diff) |
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/Kconfig | 6 |
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 | |||
102 | Driver for TI HECC (High End CAN Controller) module found on many | 102 | Driver for TI HECC (High End CAN Controller) module found on many |
103 | TI devices. The device specifications are available from www.ti.com | 103 | TI devices. The device specifications are available from www.ti.com |
104 | 104 | ||
105 | config CAN_MCP251X | ||
106 | tristate "Microchip MCP251x SPI CAN controllers" | ||
107 | depends on CAN_DEV && SPI | ||
108 | ---help--- | ||
109 | Driver for the Microchip MCP251x SPI CAN controllers. | ||
110 | |||
105 | config CAN_DEBUG_DEVICES | 111 | config CAN_DEBUG_DEVICES |
106 | bool "CAN devices debugging messages" | 112 | bool "CAN devices debugging messages" |
107 | depends on CAN | 113 | depends on CAN |