summaryrefslogtreecommitdiff
path: root/drivers/net/can/spi/Kconfig
diff options
context:
space:
mode:
authorAkshay Bhat <akshay.bhat@timesys.com>2017-03-18 00:10:40 +0300
committerMarc Kleine-Budde <mkl@pengutronix.de>2017-04-04 18:35:59 +0300
commit57e83fb9b7468c75cb65cde1d23043553c346c6d (patch)
tree7f29bb01b5ea9f923890b92655fd44c8780c6c53 /drivers/net/can/spi/Kconfig
parent20a1e355116a8579bdf20839b3c07b51ad466e88 (diff)
downloadlinux-57e83fb9b7468c75cb65cde1d23043553c346c6d.tar.xz
can: hi311x: Add Holt HI-311x CAN driver
This patch adds support for the Holt HI-311x CAN controller. The HI311x CAN controller is capable of transmitting and receiving standard data frames, extended data frames and remote frames. The HI311x interfaces with the host over SPI. Datasheet: www.holtic.com/documents/371-hi-3110_v-rev-jpdf.do Signed-off-by: Akshay Bhat <nodeax@gmail.com> Acked-by: Wolfgang Grandegger <wg@grandegger.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/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/can/spi/Kconfig b/drivers/net/can/spi/Kconfig
index 148cae5871a6..8f2e0dd7b756 100644
--- a/drivers/net/can/spi/Kconfig
+++ b/drivers/net/can/spi/Kconfig
@@ -1,6 +1,12 @@
menu "CAN SPI interfaces"
depends on SPI
+config CAN_HI311X
+ tristate "Holt HI311x SPI CAN controllers"
+ depends on CAN_DEV && SPI && HAS_DMA
+ ---help---
+ Driver for the Holt HI311x SPI CAN controllers.
+
config CAN_MCP251X
tristate "Microchip MCP251x SPI CAN controllers"
depends on HAS_DMA