[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <7827dfe9-cca0-d06d-c34c-b8a69c4f847c@infradead.org>
Date: Fri, 22 Jun 2018 16:03:39 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Sujeev Dias <sdias@...eaurora.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Arnd Bergmann <arnd@...db.de>
Cc: linux-kernel@...r.kernel.org, linux-arm-msm@...r.kernel.org,
Tony Truong <truong@...eaurora.org>
Subject: Re: [PATCH v1 1/4] mhi_bus: core: Add support for MHI host interface
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
Powered by blists - more mailing lists