blob: 5b7204ee2eb2ab20b403461c71a34b746b5de29d [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Georgi Djakov11f1cec2019-01-16 18:10:56 +02002menuconfig INTERCONNECT
Viresh Kumarfcb57bf2019-08-29 13:37:29 +05303 bool "On-Chip Interconnect management support"
Georgi Djakov11f1cec2019-01-16 18:10:56 +02004 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 Daib5d2f742019-01-16 18:11:00 +020012if INTERCONNECT
13
Leonard Crestezf0d80482020-04-28 20:03:02 +030014source "drivers/interconnect/imx/Kconfig"
David Daib5d2f742019-01-16 18:11:00 +020015source "drivers/interconnect/qcom/Kconfig"
16
17endif