blob: 86aa8b5da0f8369993b82821a898529dda1d2c95 [file] [log] [blame]
# SPDX-License-Identifier: GPL-2.0+
menuconfig SOC_QCOM
bool "Qualcomm SOC drivers support"
if SOC_QCOM
config QCOM_COMMAND_DB
bool "Qualcomm Command DB"
depends on SNAPDRAGON_COMMON
help
Command DB queries shared memory by key string for shared system
resources. Platform drivers that require to set state of a shared
resource on a RPM-hardened platform must use this database to get
SoC specific identifier and information for the shared resources.
config QCOM_RPMH
bool "Qualcomm RPMh support"
depends on SNAPDRAGON_COMMON
depends on QCOM_COMMAND_DB
help
Say y here to support the Qualcomm RPMh (resource peripheral manager)
if you need to control regulators on Qualcomm platforms, say y here.
endif # SOC_QCOM