Hi-
On 11/6/18 4:32 PM, Alex Elder wrote:
quoted hunk ↗ jump to hunk
diff --git a/drivers/net/ipa/Kconfig b/drivers/net/ipa/Kconfig
new file mode 100644
index 000000000000..f8ea9363f532
--- /dev/null
+++ b/drivers/net/ipa/Kconfig
@@ -0,0 +1,30 @@
+config IPA
+ tristate "Qualcomm IPA support"
+ depends on NET
+ select QCOM_QMI_HELPERS
+ select QCOM_MDT_LOADER
+ default n
+ help
+ Choose Y here to include support for the Qualcomm IP
+ Accelerator (IPA), a hardware block present in some
+ Qualcomm SoCs. The IPA is a programmable protocol
+ processor that is capable of generic hardware handling
+ of IP packets, including routing, filtering, and NAT.
+ Currently the IPA driver supports only basic transport
+ of network traffic between the AP and modem, on the
+ Qualcomm SDM845 SoC.
+
+ If unsure, say N.
+
+config IPA_ASSERT
+ bool "Enable IPA assertions"
+ depends on IPA
+ default y
+ help
+ Incorporate IPA assertion verification in the build. This
+ cause various design assumptions to be checked at runtime,
causes
+ generating a report (and a crash) if any assumed condition
+ does not hold. You may wish to disable this to avoid the
+ overhead of checking.
+
+ If unsure doubt, say "Y" here.
--
~Randy