diff options
| author | David Dai <daidavid1@codeaurora.org> | 2019-01-16 11:11:00 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-01-22 07:37:25 -0500 |
| commit | b5d2f741077abc71205e60b5bbd7dfa07b9d6953 (patch) | |
| tree | 279cb154c5794b1a539b662e0fed4d645a5c29a7 /drivers/interconnect/Makefile | |
| parent | 3697ff4340ba636f5ec75096713372973719a0f2 (diff) | |
interconnect: qcom: Add sdm845 interconnect provider driver
Introduce Qualcomm SDM845 specific provider driver using the
interconnect framework.
Signed-off-by: David Dai <daidavid1@codeaurora.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/interconnect/Makefile')
| -rw-r--r-- | drivers/interconnect/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/interconnect/Makefile b/drivers/interconnect/Makefile index 7a01f33b5593..28f2ab0824d5 100644 --- a/drivers/interconnect/Makefile +++ b/drivers/interconnect/Makefile | |||
| @@ -3,3 +3,4 @@ | |||
| 3 | icc-core-objs := core.o | 3 | icc-core-objs := core.o |
| 4 | 4 | ||
| 5 | obj-$(CONFIG_INTERCONNECT) += icc-core.o | 5 | obj-$(CONFIG_INTERCONNECT) += icc-core.o |
| 6 | obj-$(CONFIG_INTERCONNECT_QCOM) += qcom/ | ||
