diff options
author | M Chetan Kumar <m.chetan.kumar@linux.intel.com> | 2021-09-19 19:28:35 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-09-20 11:03:37 +0200 |
commit | 607d574aba6e2b3adb5cd5cff31194bd31a8048e (patch) | |
tree | f7c57b33a1304c698db558a8a6a641fff44ddc7d /drivers/net/wwan | |
parent | net: wwan: iosm: devlink fw flashing & cd collection documentation (diff) | |
download | linux-607d574aba6e2b3adb5cd5cff31194bd31a8048e.tar.xz linux-607d574aba6e2b3adb5cd5cff31194bd31a8048e.zip |
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 <m.chetan.kumar@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wwan')
-rw-r--r-- | drivers/net/wwan/Kconfig | 1 | ||||
-rw-r--r-- | drivers/net/wwan/iosm/Makefile | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/drivers/net/wwan/Kconfig b/drivers/net/wwan/Kconfig index 77dbfc418bce..17543be14665 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 4f9f0ae398e1..b838034bb120 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 |