Kconfig 886 B

12345678910111213141516171819202122232425262728293031
  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. config MHI_BUS
  8. tristate "Modem Host Interface (MHI) bus"
  9. help
  10. Bus driver for MHI protocol. Modem Host Interface (MHI) is a
  11. communication protocol used by the host processors to control
  12. and communicate with modem devices over a high speed peripheral
  13. bus or shared memory.
  14. config MHI_BUS_DEBUG
  15. bool "Debugfs support for the MHI bus"
  16. depends on MHI_BUS && DEBUG_FS
  17. help
  18. Enable debugfs support for use with the MHI transport. Allows
  19. reading and/or modifying some values within the MHI controller
  20. for debug and test purposes.
  21. config MHI_BUS_PCI_GENERIC
  22. tristate "MHI PCI controller driver"
  23. depends on MHI_BUS
  24. depends on PCI
  25. help
  26. This driver provides MHI PCI controller driver for devices such as
  27. Qualcomm SDX55 based PCIe modems.