Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 196929dd authored by Manuel Gomez's avatar Manuel Gomez
Browse files

kernel: msm-5.4: Add Kconfig option for qps615 driver



Allow the qps615 driver to be compiled as a dynamically
loadable kernel module.

Depends-On: I371d5186c3b7928992e284c62f855a6adfe48c7e
Change-Id: Ic180f7980d729cdaf415b2c81340147f21e4ba38
Signed-off-by: default avatarManuel Gomez <gomez@codeaurora.org>
parent 0611102d
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -183,4 +183,15 @@ source "drivers/net/ethernet/wiznet/Kconfig"
source "drivers/net/ethernet/xilinx/Kconfig"
source "drivers/net/ethernet/xircom/Kconfig"

config QPS615
	tristate "QPS615 driver"
	select PHYLINK
	select PAGE_POOL
	default m
	help
	  Say M here to compile this driver as a dynamically loadable kernel
	  module. The DLKM will be called qps615_drv.ko.
	  NTN3 is a PCIe switch for 2 emac interfaces to send Internet Packets
	  to SDX65 host.

endif # ETHERNET