diff options
author | Georgi Djakov <georgi.djakov@linaro.org> | 2020-05-15 09:46:18 +0200 |
---|---|---|
committer | Georgi Djakov <georgi.djakov@linaro.org> | 2020-05-15 09:46:18 +0200 |
commit | b35da2e86f256a3a4be7c3b31507016100b00847 (patch) | |
tree | 1d3c2cfd2e97f02164cd32b5f92eda6d26ce7d07 /drivers/interconnect/Kconfig | |
parent | interconnect: Add helpers for enabling/disabling a path (diff) | |
parent | interconnect: Remove unused module exit code from core (diff) | |
download | linux-b35da2e86f256a3a4be7c3b31507016100b00847.tar.xz linux-b35da2e86f256a3a4be7c3b31507016100b00847.zip |
Merge branch 'icc-get-by-index' into icc-next
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>
Diffstat (limited to 'drivers/interconnect/Kconfig')
-rw-r--r-- | drivers/interconnect/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/interconnect/Kconfig b/drivers/interconnect/Kconfig index 6fea3605f4a8..5b7204ee2eb2 100644 --- a/drivers/interconnect/Kconfig +++ b/drivers/interconnect/Kconfig @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only menuconfig INTERCONNECT - tristate "On-Chip Interconnect management support" + bool "On-Chip Interconnect management support" help Support for management of the on-chip interconnects. |