kernel_samsung_a34x-permissive/drivers/net/can/spi/Kconfig
2024-04-28 15:51:13 +02:00

18 lines
403 B
Plaintext

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 and MCP25625 SPI CAN controllers"
depends on HAS_DMA
---help---
Driver for the Microchip MCP251x and MCP25625 SPI CAN
controllers.
endmenu