| .. | .. |
|---|
| 2 | 2 | # |
|---|
| 3 | 3 | # MHI bus |
|---|
| 4 | 4 | # |
|---|
| 5 | | -# Copyright (c) 2018-2020, The Linux Foundation. All rights reserved. |
|---|
| 5 | +# Copyright (c) 2021, Linaro Ltd. |
|---|
| 6 | 6 | # |
|---|
| 7 | 7 | |
|---|
| 8 | | -config 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 | | - |
|---|
| 16 | | -config MHI_BUS_DEBUG |
|---|
| 17 | | - bool "Debugfs support for the MHI bus" |
|---|
| 18 | | - depends on MHI_BUS && DEBUG_FS |
|---|
| 19 | | - help |
|---|
| 20 | | - Enable debugfs support for use with the MHI transport. Allows |
|---|
| 21 | | - reading and/or modifying some values within the MHI controller |
|---|
| 22 | | - for debug and test purposes. |
|---|
| 8 | +source "drivers/bus/mhi/host/Kconfig" |
|---|