hc
2024-08-12 233ab1bd4c5697f5cdec94e60206e8c6ac609b4c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# SPDX-License-Identifier: GPL-2.0
#
# MHI bus
#
# Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
#
 
config MHI_BUS
   tristate "Modem Host Interface (MHI) bus"
   help
     Bus driver for MHI protocol. Modem Host Interface (MHI) is a
     communication protocol used by the host processors to control
     and communicate with modem devices over a high speed peripheral
     bus or shared memory.
 
config MHI_BUS_DEBUG
   bool "Debugfs support for the MHI bus"
   depends on MHI_BUS && DEBUG_FS
   help
     Enable debugfs support for use with the MHI transport. Allows
     reading and/or modifying some values within the MHI controller
     for debug and test purposes.