| xj | b04a402 | 2021-11-25 15:01:52 +0800 | [diff] [blame] | 1 | menuconfig INTERCONNECT | 
| 2 | tristate "On-Chip Interconnect management support" | ||||
| 3 | help | ||||
| 4 | Support for management of the on-chip interconnects. | ||||
| 5 | |||||
| 6 | This framework is designed to provide a generic interface for | ||||
| 7 | managing the interconnects in a SoC. | ||||
| 8 | |||||
| 9 | If unsure, say no. | ||||
| 10 | |||||
| 11 | if INTERCONNECT | ||||
| 12 | |||||
| 13 | source "drivers/interconnect/qcom/Kconfig" | ||||
| 14 | source "drivers/interconnect/mediatek/Kconfig" | ||||
| 15 | |||||
| 16 | endif | ||||