Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

can: usb: Kconfig/Makefile: sort alphabetically

This patch sorts the entries in the Kconfig and Makefile alphabetically,
so that further contributors can generate patches more easily.

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>

+14 -8
+12 -6
drivers/net/can/usb/Kconfig
··· 1 1 menu "CAN USB interfaces" 2 2 depends on USB 3 3 4 + config CAN_8DEV_USB 5 + tristate "8 devices USB2CAN interface" 6 + ---help--- 7 + This driver supports the USB2CAN interface 8 + from 8 devices (http://www.8devices.com). 9 + 4 10 config CAN_EMS_USB 5 11 tristate "EMS CPC-USB/ARM7 CAN/USB interface" 6 12 ---help--- ··· 67 61 To compile this driver as a module, choose M here: the 68 62 module will be called kvaser_usb. 69 63 64 + config CAN_MCBA_USB 65 + tristate "Microchip CAN BUS Analyzer interface" 66 + ---help--- 67 + This driver supports the CAN BUS Analyzer interface 68 + from Microchip (http://www.microchip.com/development-tools/). 69 + 70 70 config CAN_PEAK_USB 71 71 tristate "PEAK PCAN-USB/USB Pro interfaces for CAN 2.0b/CAN-FD" 72 72 ---help--- ··· 88 76 PCAN-USB X6 6 CAN-FD channels USB adapter 89 77 90 78 (see also http://www.peak-system.com). 91 - 92 - config CAN_8DEV_USB 93 - tristate "8 devices USB2CAN interface" 94 - ---help--- 95 - This driver supports the USB2CAN interface 96 - from 8 devices (http://www.8devices.com). 97 79 98 80 config CAN_MCBA_USB 99 81 tristate "Microchip CAN BUS Analyzer interface"
+2 -2
drivers/net/can/usb/Makefile
··· 3 3 # Makefile for the Linux Controller Area Network USB drivers. 4 4 # 5 5 6 + obj-$(CONFIG_CAN_8DEV_USB) += usb_8dev.o 6 7 obj-$(CONFIG_CAN_EMS_USB) += ems_usb.o 7 8 obj-$(CONFIG_CAN_ESD_USB2) += esd_usb2.o 8 9 obj-$(CONFIG_CAN_GS_USB) += gs_usb.o 9 10 obj-$(CONFIG_CAN_KVASER_USB) += kvaser_usb.o 10 - obj-$(CONFIG_CAN_PEAK_USB) += peak_usb/ 11 - obj-$(CONFIG_CAN_8DEV_USB) += usb_8dev.o 12 11 obj-$(CONFIG_CAN_MCBA_USB) += mcba_usb.o 12 + obj-$(CONFIG_CAN_PEAK_USB) += peak_usb/