diff options
author | Alex Elder <elder@linaro.org> | 2021-03-28 20:31:09 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-29 04:12:03 +0300 |
commit | 782d767a2d0fb08bc4d5d26f789769a84b88400b (patch) | |
tree | 4c42f9bedd090f2e8cde08975cee26877e22897f /drivers/net/ipa/Makefile | |
parent | fc566dab45f9eab9b07c971daedd0843e688e777 (diff) | |
download | linux-782d767a2d0fb08bc4d5d26f789769a84b88400b.tar.xz |
net: ipa: use version based configuration for SC7180
Rename the SC7180 configuration data file so that its name is
derived from its IPA version.
Update a few other references to the code that talk about the SC7180
rather than just IPA v4.2.
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ipa/Makefile')
-rw-r--r-- | drivers/net/ipa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ipa/Makefile b/drivers/net/ipa/Makefile index a4a42fc7b840..6abd1db9fe33 100644 --- a/drivers/net/ipa/Makefile +++ b/drivers/net/ipa/Makefile @@ -9,4 +9,4 @@ ipa-y := ipa_main.o ipa_clock.o ipa_reg.o ipa_mem.o \ ipa_endpoint.o ipa_cmd.o ipa_modem.o \ ipa_resource.o ipa_qmi.o ipa_qmi_msg.o -ipa-y += ipa_data-v3.5.1.o ipa_data-sc7180.o +ipa-y += ipa_data-v3.5.1.o ipa_data-v4.2.o |