Kconfig 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. #
  2. # QCOM Soc drivers
  3. #
  4. menu "Qualcomm SoC drivers"
  5. config QCOM_GLINK_SSR
  6. tristate "Qualcomm Glink SSR driver"
  7. depends on RPMSG
  8. depends on QCOM_RPROC_COMMON
  9. help
  10. Say y here to enable GLINK SSR support. The GLINK SSR driver
  11. implements the SSR protocol for notifying the remote processor about
  12. neighboring subsystems going up or down.
  13. config QCOM_GSBI
  14. tristate "QCOM General Serial Bus Interface"
  15. depends on ARCH_QCOM
  16. select MFD_SYSCON
  17. help
  18. Say y here to enable GSBI support. The GSBI provides control
  19. functions for connecting the underlying serial UART, SPI, and I2C
  20. devices to the output pins.
  21. config QCOM_MDT_LOADER
  22. tristate
  23. select QCOM_SCM
  24. config QCOM_PM
  25. bool "Qualcomm Power Management"
  26. depends on ARCH_QCOM && !ARM64
  27. select ARM_CPU_SUSPEND
  28. select QCOM_SCM
  29. help
  30. QCOM Platform specific power driver to manage cores and L2 low power
  31. modes. It interface with various system drivers to put the cores in
  32. low power modes.
  33. config QCOM_QMI_HELPERS
  34. tristate
  35. depends on ARCH_QCOM && NET
  36. help
  37. Helper library for handling QMI encoded messages. QMI encoded
  38. messages are used in communication between the majority of QRTR
  39. clients and this helpers provide the common functionality needed for
  40. doing this from a kernel driver.
  41. config QCOM_RMTFS_MEM
  42. tristate "Qualcomm Remote Filesystem memory driver"
  43. depends on ARCH_QCOM
  44. select QCOM_SCM
  45. help
  46. The Qualcomm remote filesystem memory driver is used for allocating
  47. and exposing regions of shared memory with remote processors for the
  48. purpose of exchanging sector-data between the remote filesystem
  49. service and its clients.
  50. Say y here if you intend to boot the modem remoteproc.
  51. config QCOM_SMEM
  52. tristate "Qualcomm Shared Memory Manager (SMEM)"
  53. depends on ARCH_QCOM
  54. depends on HWSPINLOCK
  55. help
  56. Say y here to enable support for the Qualcomm Shared Memory Manager.
  57. The driver provides an interface to items in a heap shared among all
  58. processors in a Qualcomm platform.
  59. config QCOM_SMD_RPM
  60. tristate "Qualcomm Resource Power Manager (RPM) over SMD"
  61. depends on ARCH_QCOM
  62. depends on RPMSG && OF
  63. help
  64. If you say yes to this option, support will be included for the
  65. Resource Power Manager system found in the Qualcomm 8974 based
  66. devices.
  67. This is required to access many regulators, clocks and bus
  68. frequencies controlled by the RPM on these devices.
  69. Say M here if you want to include support for the Qualcomm RPM as a
  70. module. This will build a module called "qcom-smd-rpm".
  71. config QCOM_SMEM_STATE
  72. bool
  73. config QCOM_SMP2P
  74. tristate "Qualcomm Shared Memory Point to Point support"
  75. depends on MAILBOX
  76. depends on QCOM_SMEM
  77. select QCOM_SMEM_STATE
  78. help
  79. Say yes here to support the Qualcomm Shared Memory Point to Point
  80. protocol.
  81. config QCOM_SMSM
  82. tristate "Qualcomm Shared Memory State Machine"
  83. depends on QCOM_SMEM
  84. select QCOM_SMEM_STATE
  85. help
  86. Say yes here to support the Qualcomm Shared Memory State Machine.
  87. The state machine is represented by bits in shared memory.
  88. config QCOM_WCNSS_CTRL
  89. tristate "Qualcomm WCNSS control driver"
  90. depends on ARCH_QCOM
  91. depends on RPMSG
  92. help
  93. Client driver for the WCNSS_CTRL SMD channel, used to download nv
  94. firmware to a newly booted WCNSS chip.
  95. config QCOM_APR
  96. tristate "Qualcomm APR Bus (Asynchronous Packet Router)"
  97. depends on ARCH_QCOM
  98. depends on RPMSG
  99. help
  100. Enable APR IPC protocol support between
  101. application processor and QDSP6. APR is
  102. used by audio driver to configure QDSP6
  103. ASM, ADM and AFE modules.
  104. endmenu