summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@frijolero.org>2012-08-07 08:28:55 -0700
committerLuis R. Rodriguez <mcgrof@frijolero.org>2012-08-07 08:29:14 -0700
commit38f71acfdf6f2b0134ed07783ecbbd070f05a72d (patch)
tree6c9cc64d255f208adb8d753def6cbac265cc8003 /config.mk
parent3612faf25debc65c3d1c2c612b2eb4fb399614ba (diff)
compat-wireless: make TI wireless drivers depend on >= 2.6.30
No one there seems to care for anything older. Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 4b46912c..93f07383 100644
--- a/config.mk
+++ b/config.mk
@@ -651,17 +651,19 @@ ifndef CONFIG_COMPAT_KERNEL_2_6_29
export CONFIG_BRCMFMAC=m
endif #CONFIG_COMPAT_KERNEL_2_6_29
+ifndef CONFIG_COMPAT_KERNEL_2_6_30
+
export CONFIG_WL_TI=y
export CONFIG_WLCORE=m
ifdef CONFIG_CRC7
export CONFIG_WL1251=m
export CONFIG_WL12XX=m
-ifndef CONFIG_COMPAT_KERNEL_2_6_30
export CONFIG_WL18XX=m
-endif #CONFIG_COMPAT_KERNEL_2_6_30
endif #CONFIG_CRC7
+endif #CONFIG_COMPAT_KERNEL_2_6_30
+
export CONFIG_MWIFIEX=m
ifndef CONFIG_CORDIC