Kconfig 413 B

1234567891011121314151617
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. menuconfig INTERCONNECT
  3. bool "On-Chip Interconnect management support"
  4. help
  5. Support for management of the on-chip interconnects.
  6. This framework is designed to provide a generic interface for
  7. managing the interconnects in a SoC.
  8. If unsure, say no.
  9. if INTERCONNECT
  10. source "drivers/interconnect/imx/Kconfig"
  11. source "drivers/interconnect/qcom/Kconfig"
  12. endif