[RESEND PATCH v5] drivers: most: add USB adapter driver

Christian.Gromm at microchip.com Christian.Gromm at microchip.com
Tue Jul 28 07:19:59 UTC 2020


On Mon, 2020-07-27 at 07:59 -0700, Randy Dunlap wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you
> know the content is safe
> 
> Hi--
> 
> On 7/27/20 1:30 AM, Christian Gromm wrote:
> > This patch adds the usb driver source file most_usb.c and
> > modifies the Makefile and Kconfig accordingly.
> > 
> > Signed-off-by: Christian Gromm <christian.gromm at microchip.com>
> > ---
> > 
> >  drivers/most/Kconfig    |   12 +
> >  drivers/most/Makefile   |    2 +
> >  drivers/most/most_usb.c | 1170
> > +++++++++++++++++++++++++++++++++++++++++++++++
> >  3 files changed, 1184 insertions(+)
> >  create mode 100644 drivers/most/most_usb.c
> > 
> > diff --git a/drivers/most/Kconfig b/drivers/most/Kconfig
> > index 58d7999..7b65320 100644
> > --- a/drivers/most/Kconfig
> > +++ b/drivers/most/Kconfig
> > @@ -13,3 +13,15 @@ menuconfig MOST
> >         module will be called most_core.
> > 
> >         If in doubt, say N here.
> > +
> > +if MOST
> > +config MOST_USB_HDM
> > +     tristate "USB"
> > +     depends on USB && NET
> > +     help
> > +       Say Y here if you want to connect via USB to network
> > transceiver.
> > +       This device depends on the networking AIM.
> 
> What does that last sentence above mean?

Nothing. This dependency is obsolete and needs to be removed.
I'll fix this up.

thanks,
Chris




More information about the devel mailing list