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