]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - drivers/interconnect/Kconfig
interconnect: qcom: qcs404: Remove GPU and display RPM IDs
[mirror_ubuntu-focal-kernel.git] / drivers / interconnect / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 menuconfig 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
12 if INTERCONNECT
13
14 source "drivers/interconnect/qcom/Kconfig"
15
16 endif