xref: /linux/drivers/bus/mhi/Kconfig (revision e0af24acdabc3cdb00bb8c8e23f117ae5d8a4ef4)
1# SPDX-License-Identifier: GPL-2.0
2#
3# MHI bus
4#
5# Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
6#
7
8config MHI_BUS
9	tristate "Modem Host Interface (MHI) bus"
10	help
11	  Bus driver for MHI protocol. Modem Host Interface (MHI) is a
12	  communication protocol used by the host processors to control
13	  and communicate with modem devices over a high speed peripheral
14	  bus or shared memory.
15