diff options
author | Alex Elder <elder@linaro.org> | 2023-02-13 10:22:28 -0600 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-02-14 20:39:39 -0800 |
commit | aa07fd4358f53bc627c504a669408c23158dbdb9 (patch) | |
tree | 4137e77d935e3917c548ad3488e2d3f2cc63f2f5 /drivers/net/ipa/Makefile | |
parent | edc6158b18af81e6f48268479996a16ca7599a4e (diff) | |
download | lwn-aa07fd4358f53bc627c504a669408c23158dbdb9.tar.gz lwn-aa07fd4358f53bc627c504a669408c23158dbdb9.zip |
net: ipa: add "gsi_v4.11.c"
The next patch adds a GSI register field that is only valid starting
at IPA v4.11. Create "gsi_v4.11.c" from "gsi_v4.9.c", changing only
the name of the public regs structure it defines.
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
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 210160ceb9cd..cba199422f47 100644 --- a/drivers/net/ipa/Makefile +++ b/drivers/net/ipa/Makefile @@ -5,7 +5,7 @@ IPA_VERSIONS := 3.1 3.5.1 4.2 4.5 4.7 4.9 4.11 # Some IPA versions can reuse another set of GSI register definitions. -GSI_IPA_VERSIONS := 3.1 3.5.1 4.0 4.5 4.9 +GSI_IPA_VERSIONS := 3.1 3.5.1 4.0 4.5 4.9 4.11 obj-$(CONFIG_QCOM_IPA) += ipa.o |