summaryrefslogtreecommitdiff
path: root/dependencies
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2013-04-02 11:45:39 +0200
committerJohannes Berg <johannes@sipsolutions.net>2013-04-02 11:46:30 +0200
commitc1464bcadd32aa45cbd9bf46a7d382743c33aacd (patch)
tree9503f56086d203d65896c6cbd10bbbdd2bed8114 /dependencies
parente2e97add101ed02b5e316166a5b9b5a5ddab983b (diff)
add kernel version dependency for BCMA/SSB GPIO
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Diffstat (limited to 'dependencies')
-rw-r--r--dependencies4
1 files changed, 4 insertions, 0 deletions
diff --git a/dependencies b/dependencies
index 0f07cc06..13a8e8a0 100644
--- a/dependencies
+++ b/dependencies
@@ -53,3 +53,7 @@ LIBIPW_DEBUG 2.6.25
# blink_set is used unconditionally and we don't carry a patch, so
# this option must depend on 2.6.25 which got blink_set()
RT2X00_LIB_LEDS 2.6.25
+
+# struct gpio_chip only got the required members in 2.6.28
+BCMA_DRIVER_GPIO 2.6.28
+SSB_DRIVER_GPIO 2.6.28