Kconfig (98817a84ff1c755c347ac633ff017a623a631fad) | Kconfig (6d0efeb14bbe2350a94ba07b403a686d731c5179) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# QCOM Soc drivers 4# 5menu "Qualcomm SoC drivers" 6 7config QCOM_AOSS_QMP 8 tristate "Qualcomm AOSS Driver" --- 39 unchanged lines hidden (view full) --- 48 tristate "Qualcomm Technologies, Inc. LLCC driver" 49 depends on ARCH_QCOM || COMPILE_TEST 50 help 51 Qualcomm Technologies, Inc. platform specific 52 Last Level Cache Controller(LLCC) driver for platforms such as, 53 SDM845. This provides interfaces to clients that use the LLCC. 54 Say yes here to enable LLCC slice driver. 55 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# QCOM Soc drivers 4# 5menu "Qualcomm SoC drivers" 6 7config QCOM_AOSS_QMP 8 tristate "Qualcomm AOSS Driver" --- 39 unchanged lines hidden (view full) --- 48 tristate "Qualcomm Technologies, Inc. LLCC driver" 49 depends on ARCH_QCOM || COMPILE_TEST 50 help 51 Qualcomm Technologies, Inc. platform specific 52 Last Level Cache Controller(LLCC) driver for platforms such as, 53 SDM845. This provides interfaces to clients that use the LLCC. 54 Say yes here to enable LLCC slice driver. 55 |
56config QCOM_KRYO_L2_ACCESSORS 57 bool 58 depends on ARCH_QCOM && ARM64 || COMPILE_TEST 59 |
|
56config QCOM_MDT_LOADER 57 tristate 58 select QCOM_SCM 59 60config QCOM_OCMEM 61 tristate "Qualcomm On Chip Memory (OCMEM) driver" 62 depends on ARCH_QCOM 63 select QCOM_SCM --- 128 unchanged lines hidden --- | 60config QCOM_MDT_LOADER 61 tristate 62 select QCOM_SCM 63 64config QCOM_OCMEM 65 tristate "Qualcomm On Chip Memory (OCMEM) driver" 66 depends on ARCH_QCOM 67 select QCOM_SCM --- 128 unchanged lines hidden --- |