Kconfig 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. #
  2. # QCOM Soc drivers
  3. #
  4. config QCOM_GSBI
  5. tristate "QCOM General Serial Bus Interface"
  6. depends on ARCH_QCOM
  7. select MFD_SYSCON
  8. help
  9. Say y here to enable GSBI support. The GSBI provides control
  10. functions for connecting the underlying serial UART, SPI, and I2C
  11. devices to the output pins.
  12. config QCOM_MDT_LOADER
  13. tristate
  14. select QCOM_SCM
  15. config QCOM_PM
  16. bool "Qualcomm Power Management"
  17. depends on ARCH_QCOM && !ARM64
  18. select ARM_CPU_SUSPEND
  19. select QCOM_SCM
  20. help
  21. QCOM Platform specific power driver to manage cores and L2 low power
  22. modes. It interface with various system drivers to put the cores in
  23. low power modes.
  24. config QCOM_SMEM
  25. tristate "Qualcomm Shared Memory Manager (SMEM)"
  26. depends on ARCH_QCOM
  27. depends on HWSPINLOCK
  28. help
  29. Say y here to enable support for the Qualcomm Shared Memory Manager.
  30. The driver provides an interface to items in a heap shared among all
  31. processors in a Qualcomm platform.
  32. config QCOM_SMD
  33. tristate "Qualcomm Shared Memory Driver (SMD)"
  34. depends on QCOM_SMEM
  35. help
  36. Say y here to enable support for the Qualcomm Shared Memory Driver
  37. providing communication channels to remote processors in Qualcomm
  38. platforms.
  39. config QCOM_SMD_RPM
  40. tristate "Qualcomm Resource Power Manager (RPM) over SMD"
  41. depends on QCOM_SMD && OF
  42. help
  43. If you say yes to this option, support will be included for the
  44. Resource Power Manager system found in the Qualcomm 8974 based
  45. devices.
  46. This is required to access many regulators, clocks and bus
  47. frequencies controlled by the RPM on these devices.
  48. Say M here if you want to include support for the Qualcomm RPM as a
  49. module. This will build a module called "qcom-smd-rpm".
  50. config QCOM_SMEM_STATE
  51. bool
  52. config QCOM_SMP2P
  53. tristate "Qualcomm Shared Memory Point to Point support"
  54. depends on QCOM_SMEM
  55. select QCOM_SMEM_STATE
  56. help
  57. Say yes here to support the Qualcomm Shared Memory Point to Point
  58. protocol.
  59. config QCOM_SMSM
  60. tristate "Qualcomm Shared Memory State Machine"
  61. depends on QCOM_SMEM
  62. select QCOM_SMEM_STATE
  63. help
  64. Say yes here to support the Qualcomm Shared Memory State Machine.
  65. The state machine is represented by bits in shared memory.
  66. config QCOM_WCNSS_CTRL
  67. tristate "Qualcomm WCNSS control driver"
  68. depends on QCOM_SMD
  69. help
  70. Client driver for the WCNSS_CTRL SMD channel, used to download nv
  71. firmware to a newly booted WCNSS chip.