nrhw18: Add options to ath10k (wle600vx) module

This option forces the irq mode to legacy mode
By default irq mode is auto and the driver switches
to MSI which does not work
This commit is contained in:
Alexandre Bard 2018-10-17 14:55:10 +02:00 committed by Gogs
parent d2884f625e
commit 9b82326f8e
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
KERNEL_DEFCONFIG ??= "armada-385-nrhw18_defconfig"
KERNEL_DEVICETREE = "armada-385-nrhw18-prod4.dtb"
KERNEL_IMAGETYPE = "zImage"
KERNEL_MODULE_PROBECONF += "ath10k_pci"
module_conf_ath10k_pci = "options ath10k_pci irq_mode=1"
PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule"