Kconfig (dd3bd23eb438919aeeb73a7116642731ef8f73a8) | Kconfig (a23b97e6255b83babd28345e43a29508981f931e) |
---|---|
1menu "CAN Device Drivers" 2 3config CAN_VCAN 4 tristate "Virtual Local CAN Interface (vcan)" 5 ---help--- 6 Similar to the network loopback devices, vcan offers a 7 virtual local CAN interface. 8 --- 90 unchanged lines hidden (view full) --- 99 depends on MFD_JANZ_CMODIO 100 ---help--- 101 Driver for Janz VMOD-ICAN3 Intelligent CAN controller module, which 102 connects to a MODULbus carrier board. 103 104 This driver can also be built as a module. If so, the module will be 105 called janz-ican3.ko. 106 | 1menu "CAN Device Drivers" 2 3config CAN_VCAN 4 tristate "Virtual Local CAN Interface (vcan)" 5 ---help--- 6 Similar to the network loopback devices, vcan offers a 7 virtual local CAN interface. 8 --- 90 unchanged lines hidden (view full) --- 99 depends on MFD_JANZ_CMODIO 100 ---help--- 101 Driver for Janz VMOD-ICAN3 Intelligent CAN controller module, which 102 connects to a MODULbus carrier board. 103 104 This driver can also be built as a module. If so, the module will be 105 called janz-ican3.ko. 106 |
107config CAN_RCAR 108 tristate "Renesas R-Car CAN controller" 109 depends on ARCH_RENESAS || ARM 110 ---help--- 111 Say Y here if you want to use CAN controller found on Renesas R-Car 112 SoCs. 113 114 To compile this driver as a module, choose M here: the module will 115 be called rcar_can. 116 | |
117config CAN_SUN4I 118 tristate "Allwinner A10 CAN controller" 119 depends on MACH_SUN4I || MACH_SUN7I || COMPILE_TEST 120 ---help--- 121 Say Y here if you want to use CAN controller found on Allwinner 122 A10/A20 SoCs. 123 124 To compile this driver as a module, choose M here: the module will --- 47 unchanged lines hidden --- | 107config CAN_SUN4I 108 tristate "Allwinner A10 CAN controller" 109 depends on MACH_SUN4I || MACH_SUN7I || COMPILE_TEST 110 ---help--- 111 Say Y here if you want to use CAN controller found on Allwinner 112 A10/A20 SoCs. 113 114 To compile this driver as a module, choose M here: the module will --- 47 unchanged lines hidden --- |