Kconfig (9460ae2ff3081b43e4f93126cfd26a27cda1b6a1) | Kconfig (c97c4090ff72297a878a37715bd301624b71c885) |
---|---|
1# 2# QCOM Soc drivers 3# 4config QCOM_GSBI 5 tristate "QCOM General Serial Bus Interface" 6 depends on ARCH_QCOM 7 select MFD_SYSCON 8 help --- 38 unchanged lines hidden (view full) --- 47 This is required to access many regulators, clocks and bus 48 frequencies controlled by the RPM on these devices. 49 50 Say M here if you want to include support for the Qualcomm RPM as a 51 module. This will build a module called "qcom-smd-rpm". 52 53config QCOM_SMEM_STATE 54 bool | 1# 2# QCOM Soc drivers 3# 4config QCOM_GSBI 5 tristate "QCOM General Serial Bus Interface" 6 depends on ARCH_QCOM 7 select MFD_SYSCON 8 help --- 38 unchanged lines hidden (view full) --- 47 This is required to access many regulators, clocks and bus 48 frequencies controlled by the RPM on these devices. 49 50 Say M here if you want to include support for the Qualcomm RPM as a 51 module. This will build a module called "qcom-smd-rpm". 52 53config QCOM_SMEM_STATE 54 bool |
55 56config QCOM_SMSM 57 bool "Qualcomm Shared Memory State Machine" 58 depends on QCOM_SMEM 59 select QCOM_SMEM_STATE 60 help 61 Say yes here to support the Qualcomm Shared Memory State Machine. 62 The state machine is represented by bits in shared memory. |
|