Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[linux-2.6-block.git] / drivers / interconnect / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 menuconfig 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
12 if INTERCONNECT
13
14 source "drivers/interconnect/imx/Kconfig"
15 source "drivers/interconnect/qcom/Kconfig"
16 source "drivers/interconnect/samsung/Kconfig"
17
18 config INTERCONNECT_CLK
19         tristate
20         depends on COMMON_CLK
21         help
22           Support for wrapping clocks into the interconnect nodes.
23
24 endif