0001 # SPDX-License-Identifier: GPL-2.0-only
0002 menuconfig INTERCONNECT
0003 bool "On-Chip Interconnect management support"
0004 help
0005 Support for management of the on-chip interconnects.
0006
0007 This framework is designed to provide a generic interface for
0008 managing the interconnects in a SoC.
0009
0010 If unsure, say no.
0011
0012 if INTERCONNECT
0013
0014 source "drivers/interconnect/imx/Kconfig"
0015 source "drivers/interconnect/qcom/Kconfig"
0016 source "drivers/interconnect/samsung/Kconfig"
0017
0018 endif