Caleb Connolly | ceb9262 | 2023-09-26 17:12:13 +0100 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
| 2 | |
| 3 | menuconfig SOC_QCOM |
| 4 | bool "Qualcomm SOC drivers support" |
| 5 | |
| 6 | if SOC_QCOM |
| 7 | |
| 8 | config 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 | |
| 17 | config 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 | |
| 25 | endif # SOC_QCOM |