net: wwan: iosm: fw flashing & cd collection infrastructure changes
authorM Chetan Kumar <m.chetan.kumar@linux.intel.com>
Sun, 19 Sep 2021 17:28:35 +0000 (22:58 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Sep 2021 09:03:37 +0000 (10:03 +0100)
IOSM Makefile & WWAN Kconfig changes to support fw flashing & cd
collection module compliation.

Signed-off-by: M Chetan Kumar <m.chetan.kumar@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wwan/Kconfig
drivers/net/wwan/iosm/Makefile

index 77dbfc4..17543be 100644 (file)
@@ -71,6 +71,7 @@ config RPMSG_WWAN_CTRL
 config IOSM
        tristate "IOSM Driver for Intel M.2 WWAN Device"
        depends on INTEL_IOMMU
+       select NET_DEVLINK
        help
          This driver enables Intel M.2 WWAN Device communication.
 
index 4f9f0ae..b838034 100644 (file)
@@ -18,6 +18,9 @@ iosm-y = \
        iosm_ipc_protocol.o             \
        iosm_ipc_protocol_ops.o \
        iosm_ipc_mux.o                  \
-       iosm_ipc_mux_codec.o
+       iosm_ipc_mux_codec.o            \
+       iosm_ipc_devlink.o              \
+       iosm_ipc_flash.o                \
+       iosm_ipc_coredump.o
 
 obj-$(CONFIG_IOSM) := iosm.o