Kconfig (58e16d792a6a8c6b750f637a4649967fcac853dc) Kconfig (f0d8048525d7d8618a79550cd70de9ce0a6a496f)
1# SPDX-License-Identifier: GPL-2.0-only
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
12if INTERCONNECT
13
1# SPDX-License-Identifier: GPL-2.0-only
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
12if INTERCONNECT
13
14source "drivers/interconnect/imx/Kconfig"
14source "drivers/interconnect/qcom/Kconfig"
15
16endif
15source "drivers/interconnect/qcom/Kconfig"
16
17endif