Re: [PATCH v1 1/4] mhi_bus: core: Add support for MHI host interface

From: Randy Dunlap
Date: Fri Jun 22 2018 - 19:04:03 EST


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