]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - drivers/interconnect/Kconfig
Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-ops' and...
[mirror_ubuntu-eoan-kernel.git] / drivers / interconnect / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
11f1ceca
GD
2menuconfig INTERCONNECT
3 tristate "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
b5d2f741
DD
12if INTERCONNECT
13
14source "drivers/interconnect/qcom/Kconfig"
15
16endif