This driver creates Network device of type CAN and processes tx and rx frames that it sends and receives over SPI protocol. Change-Id: I54a8665d1b9eda7e9b1ff695bd67de312c410195 Signed-off-by: Gustavo Solaira <gustavos@codeaurora.org> Signed-off-by: Abinaya P <abinayap@codeaurora.org>
21 lines
499 B
Text
21 lines
499 B
Text
menu "CAN SPI interfaces"
|
|
depends on SPI
|
|
|
|
config CAN_MCP251X
|
|
tristate "Microchip MCP251x SPI CAN controllers"
|
|
depends on HAS_DMA
|
|
---help---
|
|
Driver for the Microchip MCP251x SPI CAN controllers.
|
|
|
|
config CAN_RH850
|
|
tristate "Renesas RH850 SPI CAN controller"
|
|
depends on HAS_DMA
|
|
---help---
|
|
Driver for the Renesas RH850 SPI CAN controller.
|
|
|
|
config CAN_K61
|
|
tristate "Freescale K61 SPI CAN controllers"
|
|
depends on SPI
|
|
---help---
|
|
Driver for the Freescale K61 SPI CAN controllers.
|
|
endmenu
|