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