1# SPDX-License-Identifier: GPL-2.0-only 2# 3# QCOM Soc drivers 4# 5menuconfig SOC_QCOM 6 bool "Qualcomm SOC drivers support" 7 help 8 Say Y here if you want to enable Qualcomm SOC drivers support. 9 10if SOC_QCOM 11 12config QCOM_COMMAND_DB 13 bool "Qualcomm Command DB" 14 help 15 Command DB queries shared memory by key string for shared system 16 resources. Platform drivers that require to set state of a shared 17 resource on a RPM-hardened platform must use this database to get 18 SoC specific identifier and information for the shared resources. 19 20config QCOM_RPMH 21 bool "Qualcomm RPMh support" 22 depends on QCOM_COMMAND_DB 23 help 24 Say y here to support the Qualcomm RPMh (resource peripheral manager) 25 if you need to control regulators on Qualcomm platforms, say y here. 26 27endif # SOC_QCOM 28