data-kernel: Build rmnet-perf and rmnet-shs for LITO

This SoC supports rmnet-shs, enable it to squeeze more battery juice
with SHS offloading and new per-cpu-core flow control.

[edit: adapt commit from kona for lito]
Change-Id: I9333bbfa1f504bbba4d48ff0af401b83b23f4947
diff --git a/Makefile b/Makefile
index 25c9baa..85e688e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,7 @@
+ifeq ($(CONFIG_ARCH_LITO), y)
+include $(srctree)/techpack/data/config/lito.conf
+LINUXINCLUDE	+= -include $(srctree)/techpack/data/config/litodataconf.h
+endif
+
 obj-y += drivers/rmnet/perf/
 obj-y += drivers/rmnet/shs/
diff --git a/config/lito.conf b/config/lito.conf
new file mode 100644
index 0000000..6e57195
--- /dev/null
+++ b/config/lito.conf
@@ -0,0 +1,2 @@
+export CONFIG_RMNET_PERF=y
+export CONFIG_RMNET_SHS=y
diff --git a/config/litodataconf.h b/config/litodataconf.h
new file mode 100644
index 0000000..ff26e28
--- /dev/null
+++ b/config/litodataconf.h
@@ -0,0 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#define CONFIG_RMNET_PERF 1
+#define CONFIG_RMNET_SHS 1