summaryrefslogtreecommitdiff
path: root/drivers/net/can/spi/Kconfig
diff options
context:
space:
mode:
authorSean Nyekjaer <sean@geanix.com>2019-05-07 11:34:36 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-07-21 09:05:54 +0200
commita4bd79096c85c73cfab20d104ab607488220333b (patch)
treedeef2beddd31b713b0b1c6337c8ba342c6310165 /drivers/net/can/spi/Kconfig
parent38012853a52f127d65f30a209c4e2e0f4ed41904 (diff)
can: mcp251x: add support for mcp25625
[ Upstream commit 35b7fa4d07c43ad79b88e6462119e7140eae955c ] Fully compatible with mcp2515, the mcp25625 have integrated transceiver. This patch adds support for the mcp25625 to the existing mcp251x driver. Signed-off-by: Sean Nyekjaer <sean@geanix.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/net/can/spi/Kconfig')
-rw-r--r--drivers/net/can/spi/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/can/spi/Kconfig b/drivers/net/can/spi/Kconfig
index 148cae5871a6..249d2db7d600 100644
--- a/drivers/net/can/spi/Kconfig
+++ b/drivers/net/can/spi/Kconfig
@@ -2,9 +2,10 @@ menu "CAN SPI interfaces"
depends on SPI
config CAN_MCP251X
- tristate "Microchip MCP251x SPI CAN controllers"
+ tristate "Microchip MCP251x and MCP25625 SPI CAN controllers"
depends on HAS_DMA
---help---
- Driver for the Microchip MCP251x SPI CAN controllers.
+ Driver for the Microchip MCP251x and MCP25625 SPI CAN
+ controllers.
endmenu