gpio: rcar: Fix runtime PM imbalance on error
[linux/fpc-iii.git] / drivers / interconnect / Kconfig
blobbfa4ca3ab7a9ed8a7e92ad0218dca00b1da1a1a1
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.
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/qcom/Kconfig"
16 endif