ARCH: arm: configs: Enable CONFIG_IPA3 on Pineapple

Enable IPA HW accelarator for Pineapple.

Change-Id: I7d515ed121a31d99d5059ab3a146d70f154d8502
Signed-off-by: Michael Adisumarta <quic_madisuma@quicinc.com>
Signed-off-by: Chaitanya Pratapa <quic_cpratapa@quicinc.com>
This commit is contained in:
Chaitanya Pratapa 2022-11-06 19:08:57 -08:00
parent 6b336c3191
commit ef5fe2016b
2 changed files with 15 additions and 0 deletions

View File

@ -45,6 +45,7 @@ CONFIG_INPUT_QCOM_HV_HAPTICS=m
CONFIG_INTERCONNECT_QCOM_DEBUG=m
CONFIG_INTERCONNECT_QCOM_PINEAPPLE=m
CONFIG_INTERCONNECT_TEST=m
CONFIG_IPA3=m
CONFIG_IPC_LOGGING=m
CONFIG_IPC_LOG_MINIDUMP_BUFFERS=0
CONFIG_LEDS_QTI_FLASH=m

View File

@ -162,6 +162,20 @@ config QCOM_PDR_HELPERS
crash/recover without disrupting the other PDs running on
the same Q6 ADSP.
config IPA3
tristate "IPA3 support"
depends on NET
help
This framework supports the Internet Packet Accelerator (IPA3) core.
IPA is a programmable protocol processor HW block.
It is designed to support generic HW processing of UL/DL IP packets
for various use cases independent of radio technology.
The driver support client connection and configuration
for the IPA core.
Kernel and user-space processes can call the IPA driver
to configure IPA core.
config QCOM_PANIC_ON_PDR_NOTIF_TIMEOUT
bool "Trigger kernel panic when PDR notification timeout expires"
help