From: M Chetan Kumar Date: Sun, 19 Sep 2021 17:28:35 +0000 (+0530) Subject: net: wwan: iosm: fw flashing & cd collection infrastructure changes X-Git-Tag: v6.1-rc5~2768^2~400^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=607d574aba6e2b3adb5cd5cff31194bd31a8048e;p=platform%2Fkernel%2Flinux-starfive.git net: wwan: iosm: fw flashing & cd collection infrastructure changes IOSM Makefile & WWAN Kconfig changes to support fw flashing & cd collection module compliation. Signed-off-by: M Chetan Kumar Signed-off-by: David S. Miller --- diff --git a/drivers/net/wwan/Kconfig b/drivers/net/wwan/Kconfig index 77dbfc4..17543be 100644 --- a/drivers/net/wwan/Kconfig +++ b/drivers/net/wwan/Kconfig @@ -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. diff --git a/drivers/net/wwan/iosm/Makefile b/drivers/net/wwan/iosm/Makefile index 4f9f0ae..b838034 100644 --- a/drivers/net/wwan/iosm/Makefile +++ b/drivers/net/wwan/iosm/Makefile @@ -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