xref: /linux/drivers/interconnect/Kconfig (revision 4bb1eb3cd4bd6241d5e5f99bbfd801ea5a007b6c)
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig INTERCONNECT
3	bool "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
12if INTERCONNECT
13
14source "drivers/interconnect/imx/Kconfig"
15source "drivers/interconnect/qcom/Kconfig"
16
17endif
18