2019-05-19 05:07:45 -07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2019-01-16 09:10:56 -07:00
|
|
|
menuconfig INTERCONNECT
|
2019-08-29 01:07:29 -07:00
|
|
|
bool "On-Chip Interconnect management support"
|
2019-01-16 09:10:56 -07:00
|
|
|
help
|
|
|
|
Support for management of the on-chip interconnects.
|
|
|
|
|
|
|
|
This framework is designed to provide a generic interface for
|
|
|
|
managing the interconnects in a SoC.
|
|
|
|
|
|
|
|
If unsure, say no.
|
|
|
|
|
2019-01-16 09:11:00 -07:00
|
|
|
if INTERCONNECT
|
|
|
|
|
2020-04-28 10:03:02 -07:00
|
|
|
source "drivers/interconnect/imx/Kconfig"
|
2024-06-10 01:57:35 -07:00
|
|
|
source "drivers/interconnect/mediatek/Kconfig"
|
2019-01-16 09:11:00 -07:00
|
|
|
source "drivers/interconnect/qcom/Kconfig"
|
2020-11-12 07:09:28 -07:00
|
|
|
source "drivers/interconnect/samsung/Kconfig"
|
2019-01-16 09:11:00 -07:00
|
|
|
|
2023-05-11 17:13:32 -07:00
|
|
|
config INTERCONNECT_CLK
|
|
|
|
tristate
|
|
|
|
depends on COMMON_CLK
|
|
|
|
help
|
|
|
|
Support for wrapping clocks into the interconnect nodes.
|
|
|
|
|
2019-01-16 09:11:00 -07:00
|
|
|
endif
|