Kconfig 496 B

123456789101112131415
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. menu "MHI controllers"
  3. config MHI_QCOM
  4. tristate "MHI QCOM"
  5. depends on MHI_BUS && MHI_BUS_MISC
  6. help
  7. If you say yes to this option, MHI bus support for QCOM modem chipsets
  8. will be enabled. QCOM PCIe based modems uses MHI as the communication
  9. protocol. MHI control driver is the bus master for such modems. As the
  10. bus master driver, it oversees power management operations such as
  11. suspend, resume, powering on and off the device.
  12. endmenu