mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
e27da6a6a4
Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org> Link: https://lore.kernel.org/r/20191212075332.16202-2-georgi.djakov@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
36 lines
1.0 KiB
Plaintext
36 lines
1.0 KiB
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config INTERCONNECT_QCOM
|
|
bool "Qualcomm Network-on-Chip interconnect drivers"
|
|
depends on ARCH_QCOM
|
|
help
|
|
Support for Qualcomm's Network-on-Chip interconnect hardware.
|
|
|
|
config INTERCONNECT_QCOM_MSM8974
|
|
tristate "Qualcomm MSM8974 interconnect driver"
|
|
depends on INTERCONNECT_QCOM
|
|
depends on QCOM_SMD_RPM
|
|
select INTERCONNECT_QCOM_SMD_RPM
|
|
help
|
|
This is a driver for the Qualcomm Network-on-Chip on msm8974-based
|
|
platforms.
|
|
|
|
config INTERCONNECT_QCOM_QCS404
|
|
tristate "Qualcomm QCS404 interconnect driver"
|
|
depends on INTERCONNECT_QCOM
|
|
depends on QCOM_SMD_RPM
|
|
select INTERCONNECT_QCOM_SMD_RPM
|
|
help
|
|
This is a driver for the Qualcomm Network-on-Chip on qcs404-based
|
|
platforms.
|
|
|
|
config INTERCONNECT_QCOM_SDM845
|
|
tristate "Qualcomm SDM845 interconnect driver"
|
|
depends on INTERCONNECT_QCOM
|
|
depends on (QCOM_RPMH && QCOM_COMMAND_DB && OF) || COMPILE_TEST
|
|
help
|
|
This is a driver for the Qualcomm Network-on-Chip on sdm845-based
|
|
platforms.
|
|
|
|
config INTERCONNECT_QCOM_SMD_RPM
|
|
tristate
|