diff options
author | Luis R. Rodriguez <mcgrof@do-not-panic.com> | 2014-04-08 02:39:14 +0000 |
---|---|---|
committer | Luis R. Rodriguez <mcgrof@do-not-panic.com> | 2014-04-08 18:16:22 -0700 |
commit | 962d25b2adc5c15611b9c6dd95def67f4fb913f1 (patch) | |
tree | 86b0e8e826ee4a0f7defd017e4ca01fe914496a9 | |
parent | eeea9a4148db3ab2fcbfb809f39dcfb194e5114b (diff) |
backports: make IEEE802154_AT86RF230 depend require 3.3.
IEEE802154_AT86RF230 has gotten some gpio changes lately
and since we are not backporting all those gpio changes in
practice this driver only compiles down to 3.3 so add that
requirement.
Cc: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
-rw-r--r-- | dependencies | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dependencies b/dependencies index 352a1af2..3729d30b 100644 --- a/dependencies +++ b/dependencies @@ -253,3 +253,4 @@ NFC_MEI_PHY 3.10 IEEE802154_MRF24J40 3.5 IEEE802154 3.1 IEEE802154_6LOWPAN 3.5 +IEEE802154_AT86RF230 3.3 |