diff options
| author | Alex Elder <elder@linaro.org> | 2023-11-22 17:09:09 -0600 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2023-11-24 12:18:55 +0000 |
| commit | 7c59294076204cc8f51f794b6c2e7675c8ad12cd (patch) | |
| tree | c57164e7c8652cfc238fa1b5a9636a1d2285ddcc /drivers/net/ipa/Makefile | |
| parent | 1bfeafabcd5e95424cf1ce910f04507f26b14702 (diff) | |
net: ipa: add IPA v5.5 configuration data
Add the configuration data required for IPA v5.5, which is used in
the Qualcomm SM8550 SoC. With that, the driver supports IPA v5.5.
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 9d2182068e1c..d3abb38633e0 100644 --- a/drivers/net/ipa/Makefile +++ b/drivers/net/ipa/Makefile @@ -7,7 +7,7 @@ IPA_REG_VERSIONS := 3.1 3.5.1 4.2 4.5 4.7 4.9 4.11 5.0 5.5 # Some IPA versions can reuse another set of GSI register definitions. GSI_REG_VERSIONS := 3.1 3.5.1 4.0 4.5 4.9 4.11 5.0 -IPA_DATA_VERSIONS := 3.1 3.5.1 4.2 4.5 4.7 4.9 4.11 5.0 +IPA_DATA_VERSIONS := 3.1 3.5.1 4.2 4.5 4.7 4.9 4.11 5.0 5.5 obj-$(CONFIG_QCOM_IPA) += ipa.o |
