From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: [PATCH v1 1/4] mhi_bus: core: Add support for MHI host interface Date: Fri, 22 Jun 2018 16:03:39 -0700 Message-ID: <7827dfe9-cca0-d06d-c34c-b8a69c4f847c@infradead.org> References: <1524795811-21399-1-git-send-email-sdias@codeaurora.org> <1524795811-21399-2-git-send-email-sdias@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1524795811-21399-2-git-send-email-sdias@codeaurora.org> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Sujeev Dias , Greg Kroah-Hartman , Arnd Bergmann Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Tony Truong List-Id: linux-arm-msm@vger.kernel.org Hi, On 04/26/2018 07:23 PM, Sujeev Dias wrote: > diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig > index d1c0b60..e15d56d 100644 > --- a/drivers/bus/Kconfig > +++ b/drivers/bus/Kconfig > @@ -171,6 +171,23 @@ config DA8XX_MSTPRI > configuration. Allows to adjust the priorities of all master > peripherals. > > +config MHI_BUS > + tristate "Modem Host Interface" > + help > + MHI Host Interface is a communication protocol to be used by the host MHI (Modem Host Interface) is > + to control and communcate with modem over a high speed peripheral bus. communicate > + Enabling this module will allow host to communicate with external > + devices that support MHI protocol. > + > +config MHI_DEBUG > + bool "MHI debug support" > + depends on MHI_BUS > + help > + Say yes here to enable debugging support in the MHI transport > + and individual MHI client drivers. This option will impact > + throughput as individual MHI packets and state transitions > + will be logged. > + > source "drivers/bus/fsl-mc/Kconfig" > > endmenu -- ~Randy