dataipa: Add ipa_rtp generic netlink interface support
changes to enable ipa-rtp generic netlink for xr use-case to receive all the commands from IPA Codec2 component in setting up the control path of IPA HW RTP de-packetization for niobe. Change-Id: I498204f7cd37675f24e9db6a10fd5668416ef45b Signed-off-by: Jagadeesh Ponduru <quic_jponduru@quicinc.com>
This commit is contained in:
@@ -207,6 +207,12 @@ def define_modules(target, variant):
|
||||
"drivers/platform/msm/ipa/test/ipa_test_ntn.c",
|
||||
],
|
||||
},
|
||||
"CONFIG_ARCH_NIOBE": {
|
||||
True: [
|
||||
"drivers/platform/msm/ipa/ipa_v3/ipa_rtp_genl.h",
|
||||
"drivers/platform/msm/ipa/ipa_v3/ipa_rtp_genl.c",
|
||||
],
|
||||
},
|
||||
},
|
||||
local_defines = [
|
||||
"GSI_TRACE_INCLUDE_PATH={}/drivers/platform/msm/gsi".format(include_base),
|
||||
|
Reference in New Issue
Block a user