blob: de868b9ad3804a3ac4416354d3d2ef6a1cd81f65 [file] [log] [blame] [edit]
menu "Interconnect Support"
config INTERCONNECT
bool "Enable interconnect support using Driver Model"
depends on DM && OF_CONTROL
help
Enable support for the interconnect driver class. Many SoCs allow
bandwidth to be tuned on busses within the SoC.
if INTERCONNECT
config INTERCONNECT_SANDBOX
bool "Enable interconnect sandbox driver"
depends on SANDBOX
help
Enable support for the interconnect sandbox drivers.
source "drivers/interconnect/qcom/Kconfig"
endif
endmenu