# # QCOM Soc drivers # config [31mCONFIG_QCOM_GSBI[0m tristate "QCOM General Serial Bus Interface" depends on [31mCONFIG_ARCH_QCOM[0m select [31mCONFIG_MFD_SYSCON[0m help Say y here to enable GSBI support. The GSBI provides control functions for connecting the underlying serial UART, [31mCONFIG_SPI[0m, and [31mCONFIG_I2C[0m devices to the output pins. config [31mCONFIG_QCOM_PM[0m bool "Qualcomm Power Management" depends on [31mCONFIG_ARCH_QCOM[0m && ![31mCONFIG_ARM64[0m select [31mCONFIG_ARM_CPU_SUSPEND[0m select [31mCONFIG_QCOM_SCM[0m help QCOM Platform specific power driver to manage cores and L2 low power modes. It interface with various system drivers to put the cores in low power modes. config [31mCONFIG_QCOM_SMEM[0m tristate "Qualcomm Shared Memory Manager (SMEM)" depends on [31mCONFIG_ARCH_QCOM[0m depends on [31mCONFIG_HWSPINLOCK[0m help Say y here to enable support for the Qualcomm Shared Memory Manager. The driver provides an interface to items in a heap shared among all processors in a Qualcomm platform. config [31mCONFIG_QCOM_SMD[0m tristate "Qualcomm Shared Memory Driver (SMD)" depends on [31mCONFIG_QCOM_SMEM[0m help Say y here to enable support for the Qualcomm Shared Memory Driver providing communication channels to remote processors in Qualcomm platforms. config [31mCONFIG_QCOM_SMD_RPM[0m tristate "Qualcomm Resource Power Manager (RPM) over SMD" depends on [31mCONFIG_QCOM_SMD[0m && [31mCONFIG_OF[0m help If you say yes to this option, support will be included for the Resource Power Manager system found in the Qualcomm 8974 based devices. This is required to access many regulators, clocks and bus frequencies controlled by the RPM on these devices. Say [31mCONFIG_M[0m here if you want to include support for the Qualcomm RPM as a module. This will build a module called "qcom-smd-rpm". config [31mCONFIG_QCOM_SMEM_STATE[0m bool config [31mCONFIG_QCOM_SMP2P[0m tristate "Qualcomm Shared Memory Point to Point support" depends on [31mCONFIG_QCOM_SMEM[0m select [31mCONFIG_QCOM_SMEM_STATE[0m help Say yes here to support the Qualcomm Shared Memory Point to Point protocol. config [31mCONFIG_QCOM_SMSM[0m tristate "Qualcomm Shared Memory State Machine" depends on [31mCONFIG_QCOM_SMEM[0m select [31mCONFIG_QCOM_SMEM_STATE[0m help Say yes here to support the Qualcomm Shared Memory State Machine. The state machine is represented by bits in shared memory. config [31mCONFIG_QCOM_WCNSS_CTRL[0m tristate "Qualcomm WCNSS control driver" depends on [31mCONFIG_QCOM_SMD[0m help Client driver for the WCNSS_CTRL SMD channel, used to download nv firmware to a newly booted WCNSS chip. |