Merge tag 'ntb-5.8' of git://github.com/jonmason/ntb
[linux-2.6-microblaze.git] / drivers / interconnect / Kconfig
index bfa4ca3..5b7204e 100644 (file)
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0-only
 menuconfig INTERCONNECT
-       tristate "On-Chip Interconnect management support"
+       bool "On-Chip Interconnect management support"
        help
          Support for management of the on-chip interconnects.
 
@@ -11,6 +11,7 @@ menuconfig INTERCONNECT
 
 if INTERCONNECT
 
+source "drivers/interconnect/imx/Kconfig"
 source "drivers/interconnect/qcom/Kconfig"
 
 endif