Blame view

kernel/linux-rt-4.4.41/drivers/net/can/spi/Kconfig 210 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
9
10
  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.
  
  endmenu