Hello Ben, I sent a similar patch some weeks ago, Marc Kleine-Budde already applied it to linux-can testing in January: https://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git/commit/? id=e9e84dfc05ba3508feebe0f1a626d9b670ddae6d Greets Alex Am Dienstag, 12. Februar 2019, 15:26:27 CET schrieb Ben Hutchings: > There are two identical definitions for CAN_MCBA_USB. Delete the > one that's out of alphabetical order. > > Fixes: ffbdd9172ee2 ("can: usb: Kconfig/Makefile: sort alphabetically") > Signed-off-by: Ben Hutchings <ben@xxxxxxxxxxxxxxx> > --- > drivers/net/can/usb/Kconfig | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/drivers/net/can/usb/Kconfig b/drivers/net/can/usb/Kconfig > index 750d04d9e2ae..928bf083f8d2 100644 > --- a/drivers/net/can/usb/Kconfig > +++ b/drivers/net/can/usb/Kconfig > @@ -101,12 +101,6 @@ config CAN_PEAK_USB > > (see also http://www.peak-system.com). > > -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_UCAN > tristate "Theobroma Systems UCAN interface" > ---help---