summaryrefslogtreecommitdiff
path: root/dependencies
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2018-09-24 12:51:38 +0200
committerJohannes Berg <johannes.berg@intel.com>2018-09-24 12:52:02 +0200
commit7b6e1a148f38bab62a35fc6ff22b6f2feaba445b (patch)
tree0ddfc61d1db66767e924ea3fac903f065d4d3c01 /dependencies
parent9e0c8ce615ca019dafd1c0e087809e97d913a229 (diff)
Revert "backports: Remove ssb and bcma"
This reverts commit 1b4e6ad4d927c7998fa578f2d29e0c4ec01a9217. Said commit broke b43 on older kernels (<3.16). Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'dependencies')
-rw-r--r--dependencies14
1 files changed, 14 insertions, 0 deletions
diff --git a/dependencies b/dependencies
index cd644df7..5918106f 100644
--- a/dependencies
+++ b/dependencies
@@ -31,6 +31,20 @@ QTNFMAC_PEARL_PCIE 3.13
# backported properly
MWIFIEX 3.18
+BCMA_DRIVER_MIPS 3.3
+SSB_DRIVER_MIPS 3.3
+# needs GPIO stuff we didn't backport
+SSB_DRIVER_GPIO 4.5
+
+# the irq handler in the gpio driver uses
+# irq_set_chip_and_handler_name() which gets exported starting with
+# kernel 3.7. This code is only compiled if BCMA_DRIVER_GPIO and
+# BCMA_HOST_SOC are set.
+BCMA_HOST_SOC 3.7
+
+# Uses gpiochip_get_data()
+BCMA_DRIVER_GPIO 4.5
+
# tracing results in compile errors
ATH10K_TRACING 3.4
ATH_TRACEPOINTS 3.1