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
committerMarc Kleine-Budde <mkl@pengutronix.de>2019-06-07 23:03:53 +0200
commit35b7fa4d07c43ad79b88e6462119e7140eae955c (patch)
treecaa0f05c418639e65119f856b71b417cea78d473 /drivers/net/can/spi/Kconfig
parent0df82dcd55832a99363ab7f9fab954fcacdac3ae (diff)
can: mcp251x: add support for mcp25625
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>
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 2e7e535e9237..1c50788055cb 100644
--- a/drivers/net/can/spi/Kconfig
+++ b/drivers/net/can/spi/Kconfig
@@ -9,9 +9,10 @@ config CAN_HI311X
Driver for the Holt HI311x SPI CAN controllers.
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