Kconfig 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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_PM
  13. bool "Qualcomm Power Management"
  14. depends on ARCH_QCOM && !ARM64
  15. select QCOM_SCM
  16. help
  17. QCOM Platform specific power driver to manage cores and L2 low power
  18. modes. It interface with various system drivers to put the cores in
  19. low power modes.
  20. config QCOM_SMEM
  21. tristate "Qualcomm Shared Memory Manager (SMEM)"
  22. depends on ARCH_QCOM
  23. depends on HWSPINLOCK
  24. help
  25. Say y here to enable support for the Qualcomm Shared Memory Manager.
  26. The driver provides an interface to items in a heap shared among all
  27. processors in a Qualcomm platform.
  28. config QCOM_SMD
  29. tristate "Qualcomm Shared Memory Driver (SMD)"
  30. depends on QCOM_SMEM
  31. help
  32. Say y here to enable support for the Qualcomm Shared Memory Driver
  33. providing communication channels to remote processors in Qualcomm
  34. platforms.
  35. config QCOM_SMD_RPM
  36. tristate "Qualcomm Resource Power Manager (RPM) over SMD"
  37. depends on QCOM_SMD && OF
  38. help
  39. If you say yes to this option, support will be included for the
  40. Resource Power Manager system found in the Qualcomm 8974 based
  41. devices.
  42. This is required to access many regulators, clocks and bus
  43. frequencies controlled by the RPM on these devices.
  44. Say M here if you want to include support for the Qualcomm RPM as a
  45. module. This will build a module called "qcom-smd-rpm".