summaryrefslogtreecommitdiff
path: root/drivers/interconnect/Kconfig
diff options
context:
space:
mode:
authorGeorgi Djakov <georgi.djakov@linaro.org>2020-05-15 10:46:18 +0300
committerGeorgi Djakov <georgi.djakov@linaro.org>2020-05-15 10:46:18 +0300
commitb35da2e86f256a3a4be7c3b31507016100b00847 (patch)
tree1d3c2cfd2e97f02164cd32b5f92eda6d26ce7d07 /drivers/interconnect/Kconfig
parent7d374b20908338c9fbb03ea8022a11f3b3e0e55f (diff)
parent8fd3574b54a54e4a33d5a6684df89d64ca812f0b (diff)
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/Kconfig2
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.