drivers: net: rmnet_iplo: Initial commit

RmNet IPLO driver will emulate a dummy RmNet physical network device.
This is used for testing and prototyping changes in rmnet_data driver
control and data path. rmnet_iplo will loopback any data which is
passed to it.

CRs-Fixed: 1078373
Change-Id: Iedf9be1e97e047b9cb5d90823209d53fcf4e016f
Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
diff --git a/drivers/net/Makefile b/drivers/net/Makefile
index 7336cbd..4e9ad07 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -19,6 +19,7 @@
 obj-$(CONFIG_NETCONSOLE) += netconsole.o
 obj-$(CONFIG_PHYLIB) += phy/
 obj-$(CONFIG_RIONET) += rionet.o
+obj-$(CONFIG_RMNET_IPLO) += rmnet_iplo.o
 obj-$(CONFIG_NET_TEAM) += team/
 obj-$(CONFIG_TUN) += tun.o
 obj-$(CONFIG_VETH) += veth.o