blob: bfa4ca3ab7a9ed8a7e92ad0218dca00b1da1a1a1 [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
3 tristate "On-Chip Interconnect management support"
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 Daib5d2f742019-01-16 18:11:00 +020012if INTERCONNECT
13
14source "drivers/interconnect/qcom/Kconfig"
15
16endif