blob: de868b9ad3804a3ac4416354d3d2ef6a1cd81f65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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
|