16 lines
356 B
Plaintext
16 lines
356 B
Plaintext
|
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.
|
||
|
endmenu
|