mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 03:40:52 +07:00
b35da2e86f
This is an immutable branch shared with the OPP tree. It contains also the patches to convert the interconnect framework from tristate to bool after Greg agreed with that. This will make the integration between the OPP layer and interconnect much easier. * icc-get-by-index: interconnect: Add of_icc_get_by_index() helper function interconnect: Disallow interconnect core to be built as a module interconnect: Remove unused module exit code from core Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
18 lines
413 B
Plaintext
18 lines
413 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
menuconfig INTERCONNECT
|
|
bool "On-Chip Interconnect management support"
|
|
help
|
|
Support for management of the on-chip interconnects.
|
|
|
|
This framework is designed to provide a generic interface for
|
|
managing the interconnects in a SoC.
|
|
|
|
If unsure, say no.
|
|
|
|
if INTERCONNECT
|
|
|
|
source "drivers/interconnect/imx/Kconfig"
|
|
source "drivers/interconnect/qcom/Kconfig"
|
|
|
|
endif
|