Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Georgi Djakov | 11f1cec | 2019-01-16 18:10:56 +0200 | [diff] [blame] | 2 | menuconfig INTERCONNECT |
Viresh Kumar | fcb57bf | 2019-08-29 13:37:29 +0530 | [diff] [blame] | 3 | bool "On-Chip Interconnect management support" |
Georgi Djakov | 11f1cec | 2019-01-16 18:10:56 +0200 | [diff] [blame] | 4 | help |
| 5 | Support for management of the on-chip interconnects. |
| 6 | |
| 7 | This framework is designed to provide a generic interface for |
| 8 | managing the interconnects in a SoC. |
| 9 | |
| 10 | If unsure, say no. |
| 11 | |
David Dai | b5d2f74 | 2019-01-16 18:11:00 +0200 | [diff] [blame] | 12 | if INTERCONNECT |
| 13 | |
Leonard Crestez | f0d8048 | 2020-04-28 20:03:02 +0300 | [diff] [blame] | 14 | source "drivers/interconnect/imx/Kconfig" |
David Dai | b5d2f74 | 2019-01-16 18:11:00 +0200 | [diff] [blame] | 15 | source "drivers/interconnect/qcom/Kconfig" |
| 16 | |
| 17 | endif |