Merge tag 'kgdb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt...
[linux-2.6-block.git] / drivers / interconnect / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
11f1ceca 2menuconfig INTERCONNECT
fcb57bfc 3 bool "On-Chip Interconnect management support"
11f1ceca
GD
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
b5d2f741
DD
12if INTERCONNECT
13
f0d80485 14source "drivers/interconnect/imx/Kconfig"
b5d2f741 15source "drivers/interconnect/qcom/Kconfig"
2f95b9d5 16source "drivers/interconnect/samsung/Kconfig"
b5d2f741 17
0ac2a08f
DB
18config INTERCONNECT_CLK
19 tristate
20 depends on COMMON_CLK
21 help
22 Support for wrapping clocks into the interconnect nodes.
23
b5d2f741 24endif