Kconfig 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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_SMEM
  34. tristate "Qualcomm Shared Memory Manager (SMEM)"
  35. depends on ARCH_QCOM
  36. depends on HWSPINLOCK
  37. help
  38. Say y here to enable support for the Qualcomm Shared Memory Manager.
  39. The driver provides an interface to items in a heap shared among all
  40. processors in a Qualcomm platform.
  41. config QCOM_SMD_RPM
  42. tristate "Qualcomm Resource Power Manager (RPM) over SMD"
  43. depends on ARCH_QCOM
  44. depends on RPMSG && OF
  45. help
  46. If you say yes to this option, support will be included for the
  47. Resource Power Manager system found in the Qualcomm 8974 based
  48. devices.
  49. This is required to access many regulators, clocks and bus
  50. frequencies controlled by the RPM on these devices.
  51. Say M here if you want to include support for the Qualcomm RPM as a
  52. module. This will build a module called "qcom-smd-rpm".
  53. config QCOM_SMEM_STATE
  54. bool
  55. config QCOM_SMP2P
  56. tristate "Qualcomm Shared Memory Point to Point support"
  57. depends on QCOM_SMEM
  58. select QCOM_SMEM_STATE
  59. help
  60. Say yes here to support the Qualcomm Shared Memory Point to Point
  61. protocol.
  62. config QCOM_SMSM
  63. tristate "Qualcomm Shared Memory State Machine"
  64. depends on QCOM_SMEM
  65. select QCOM_SMEM_STATE
  66. help
  67. Say yes here to support the Qualcomm Shared Memory State Machine.
  68. The state machine is represented by bits in shared memory.
  69. config QCOM_WCNSS_CTRL
  70. tristate "Qualcomm WCNSS control driver"
  71. depends on ARCH_QCOM
  72. depends on RPMSG
  73. help
  74. Client driver for the WCNSS_CTRL SMD channel, used to download nv
  75. firmware to a newly booted WCNSS chip.
  76. endmenu