2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2019-01-17 00:10:56 +08:00
|
|
|
menuconfig INTERCONNECT
|
2019-08-29 16:07:29 +08:00
|
|
|
bool "On-Chip Interconnect management support"
|
2019-01-17 00:10:56 +08: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-17 00:11:00 +08:00
|
|
|
if INTERCONNECT
|
|
|
|
|
2020-04-29 01:03:02 +08:00
|
|
|
source "drivers/interconnect/imx/Kconfig"
|
2019-01-17 00:11:00 +08:00
|
|
|
source "drivers/interconnect/qcom/Kconfig"
|
2020-11-12 22:09:28 +08:00
|
|
|
source "drivers/interconnect/samsung/Kconfig"
|
2019-01-17 00:11:00 +08:00
|
|
|
|
|
|
|
endif
|