Kconfig 210 B

12345678910
  1. menu "CAN SPI interfaces"
  2. depends on SPI
  3. config CAN_MCP251X
  4. tristate "Microchip MCP251x SPI CAN controllers"
  5. depends on HAS_DMA
  6. ---help---
  7. Driver for the Microchip MCP251x SPI CAN controllers.
  8. endmenu