From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6D84DC54E8E for ; Mon, 11 May 2020 14:25:39 +0000 (UTC) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3E55C20722 for ; Mon, 11 May 2020 14:25:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="apWibMHd" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3E55C20722 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=driverdev-devel-bounces@linuxdriverproject.org Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 1198988A93; Mon, 11 May 2020 14:25:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id f1nO5RkmT2Uw; Mon, 11 May 2020 14:25:37 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id BE21A88A19; Mon, 11 May 2020 14:25:37 +0000 (UTC) Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id B9E421BF2B5 for ; Mon, 11 May 2020 14:25:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id B5E17204D8 for ; Mon, 11 May 2020 14:25:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bV0OKDXtpY0r for ; Mon, 11 May 2020 14:25:35 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) by silver.osuosl.org (Postfix) with ESMTPS id A374620117 for ; Mon, 11 May 2020 14:25:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To: Subject:Sender:Reply-To:Content-ID:Content-Description; bh=An8LtgnEqiNOPgIdTVkv8RFxQwgfnBQgv2USdPep6KQ=; b=apWibMHddm3jKXAGXyU7Pa0ot3 /Zw+Z4tPRnT1SICxl0OqC/ix4nM1NA5QKKVW+V6jOWd8MBrGY5irVbycoLlUWb+h4+jFyglSxzFtI 9hJ5y8czfODhiv9ltYiHAsiz3LgbND50LL0KZyFa6lL5FZ6xKdiREOCIdY0bnvinmriRDArHr6POc FqhiiCCqMV/+V1z3dZxVpo7AVZrbUfMe2avfEWZ6LGcgmprpKvpGdm8dl7etXA2evT3QlYwa8SpHr N6n7YX/6UAxUd8LAS1PqhbEV/MJH18pt8Vz7o4usybKOQAI2mRoR/JZXuLmPK9S3WE6AAm4cPp3Xu cE4TvL4A==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] by bombadil.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jY9N7-00009F-FM; Mon, 11 May 2020 14:25:33 +0000 Subject: Re: [PATCH RFC] drivers: most: add USB adapter driver To: Christian Gromm , gregkh@linuxfoundation.org References: <1589190675-21145-1-git-send-email-christian.gromm@microchip.com> From: Randy Dunlap Message-ID: <85800dd5-952b-8a34-8907-57485d280f6f@infradead.org> Date: Mon, 11 May 2020 07:25:31 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <1589190675-21145-1-git-send-email-christian.gromm@microchip.com> Content-Language: en-US X-BeenThere: driverdev-devel@linuxdriverproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: driverdev-devel@linuxdriverproject.org, linux-usb@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" On 5/11/20 2:51 AM, Christian Gromm wrote: > diff --git a/drivers/most/usb/Kconfig b/drivers/most/usb/Kconfig > new file mode 100644 > index 0000000..a86f1f6 > --- /dev/null > +++ b/drivers/most/usb/Kconfig > @@ -0,0 +1,14 @@ > +# SPDX-License-Identifier: GPL-2.0 > +# > +# MOST USB configuration > +# > + > +config MOST_USB > + tristate "USB" > + depends on USB && NET > + help > + Say Y here if you want to connect via USB to network tranceiver. transceiver. > + This device driver depends on the networking AIM. > + > + To compile this driver as a module, choose M here: the > + module will be called most_usb. -- ~Randy _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel