Merge tag 'io_uring-6.11-20240802' of git://git.kernel.dk/linux
[linux.git] / drivers / interconnect / Kconfig
blobf2e49bd97d31888ca5c28fdad0339f00b551a500
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.
7           This framework is designed to provide a generic interface for
8           managing the interconnects in a SoC.
10           If unsure, say no.
12 if INTERCONNECT
14 source "drivers/interconnect/imx/Kconfig"
15 source "drivers/interconnect/mediatek/Kconfig"
16 source "drivers/interconnect/qcom/Kconfig"
17 source "drivers/interconnect/samsung/Kconfig"
19 config INTERCONNECT_CLK
20         tristate
21         depends on COMMON_CLK
22         help
23           Support for wrapping clocks into the interconnect nodes.
25 endif