Loading drivers/net/can/usb/Kconfig +12 −6 Original line number Diff line number Diff line menu "CAN USB interfaces" depends on USB config CAN_8DEV_USB tristate "8 devices USB2CAN interface" ---help--- This driver supports the USB2CAN interface from 8 devices (http://www.8devices.com). config CAN_EMS_USB tristate "EMS CPC-USB/ARM7 CAN/USB interface" ---help--- Loading Loading @@ -61,6 +67,12 @@ config CAN_KVASER_USB To compile this driver as a module, choose M here: the module will be called kvaser_usb. config CAN_MCBA_USB tristate "Microchip CAN BUS Analyzer interface" ---help--- This driver supports the CAN BUS Analyzer interface from Microchip (http://www.microchip.com/development-tools/). config CAN_PEAK_USB tristate "PEAK PCAN-USB/USB Pro interfaces for CAN 2.0b/CAN-FD" ---help--- Loading @@ -77,12 +89,6 @@ config CAN_PEAK_USB (see also http://www.peak-system.com). config CAN_8DEV_USB tristate "8 devices USB2CAN interface" ---help--- This driver supports the USB2CAN interface from 8 devices (http://www.8devices.com). config CAN_MCBA_USB tristate "Microchip CAN BUS Analyzer interface" ---help--- Loading drivers/net/can/usb/Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -3,10 +3,10 @@ # Makefile for the Linux Controller Area Network USB drivers. # obj-$(CONFIG_CAN_8DEV_USB) += usb_8dev.o obj-$(CONFIG_CAN_EMS_USB) += ems_usb.o obj-$(CONFIG_CAN_ESD_USB2) += esd_usb2.o obj-$(CONFIG_CAN_GS_USB) += gs_usb.o obj-$(CONFIG_CAN_KVASER_USB) += kvaser_usb.o obj-$(CONFIG_CAN_PEAK_USB) += peak_usb/ obj-$(CONFIG_CAN_8DEV_USB) += usb_8dev.o obj-$(CONFIG_CAN_MCBA_USB) += mcba_usb.o obj-$(CONFIG_CAN_PEAK_USB) += peak_usb/ Loading
drivers/net/can/usb/Kconfig +12 −6 Original line number Diff line number Diff line menu "CAN USB interfaces" depends on USB config CAN_8DEV_USB tristate "8 devices USB2CAN interface" ---help--- This driver supports the USB2CAN interface from 8 devices (http://www.8devices.com). config CAN_EMS_USB tristate "EMS CPC-USB/ARM7 CAN/USB interface" ---help--- Loading Loading @@ -61,6 +67,12 @@ config CAN_KVASER_USB To compile this driver as a module, choose M here: the module will be called kvaser_usb. config CAN_MCBA_USB tristate "Microchip CAN BUS Analyzer interface" ---help--- This driver supports the CAN BUS Analyzer interface from Microchip (http://www.microchip.com/development-tools/). config CAN_PEAK_USB tristate "PEAK PCAN-USB/USB Pro interfaces for CAN 2.0b/CAN-FD" ---help--- Loading @@ -77,12 +89,6 @@ config CAN_PEAK_USB (see also http://www.peak-system.com). config CAN_8DEV_USB tristate "8 devices USB2CAN interface" ---help--- This driver supports the USB2CAN interface from 8 devices (http://www.8devices.com). config CAN_MCBA_USB tristate "Microchip CAN BUS Analyzer interface" ---help--- Loading
drivers/net/can/usb/Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -3,10 +3,10 @@ # Makefile for the Linux Controller Area Network USB drivers. # obj-$(CONFIG_CAN_8DEV_USB) += usb_8dev.o obj-$(CONFIG_CAN_EMS_USB) += ems_usb.o obj-$(CONFIG_CAN_ESD_USB2) += esd_usb2.o obj-$(CONFIG_CAN_GS_USB) += gs_usb.o obj-$(CONFIG_CAN_KVASER_USB) += kvaser_usb.o obj-$(CONFIG_CAN_PEAK_USB) += peak_usb/ obj-$(CONFIG_CAN_8DEV_USB) += usb_8dev.o obj-$(CONFIG_CAN_MCBA_USB) += mcba_usb.o obj-$(CONFIG_CAN_PEAK_USB) += peak_usb/