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