mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 03:01:41 +02:00
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:
parent
6b336c3191
commit
ef5fe2016b
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user