diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-10-24 23:44:21 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-10-25 11:17:39 +0200 |
commit | e532523e2168b0e9b6690748e4c0a5b68a3e9901 (patch) | |
tree | 2480ba57910f7ddc5614a772b557665d8a6aa191 /dependencies | |
parent | 3bca455c2527cf07708a15173a71d5b34acae7e0 (diff) |
dependencies: deactivate IR_HIX5HD2 on < 3.7
IR_HIX5HD2 needs syscon, this has to be added to the Kconfig file and
on kernel < 3.7 it is completely missing.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'dependencies')
-rw-r--r-- | dependencies | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dependencies b/dependencies index e24febff..4964aa65 100644 --- a/dependencies +++ b/dependencies @@ -93,6 +93,10 @@ IEEE802154_CC2520 3.5 IR_IMG 3.5 +# missing include/linux/mfd/syscon.h file +IR_HIX5HD2 3.7 +IR_HIX5HD2 kconfig: CONFIG_MFD_SYSCON + # tracing results in compile errors ATH10K_TRACING 3.4 ATH_TRACEPOINTS 3.1 |