aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2011-10-27 21:22:53 +0000
committerMichael Büsch <mb@bu3sch.de>2011-10-27 21:22:53 +0000
commitb2d89b45d335294dea58fd468e2ea1b8abcd1301 (patch)
treea636efa388fce602bf48b46a9725a9ff3b240897 /package/kernel
parent5601dc5f388a185b4bd1d7ec9643a27927ab7473 (diff)
downloadupstream-b2d89b45d335294dea58fd468e2ea1b8abcd1301.tar.gz
upstream-b2d89b45d335294dea58fd468e2ea1b8abcd1301.tar.bz2
upstream-b2d89b45d335294dea58fd468e2ea1b8abcd1301.zip
bluetooth: set L2CAP and SCO kconfig options to =y. It should be forced to =m for older kernels automagically.
SVN-Revision: 28638
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/modules/other.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index 91fc17c38d..dcab71fa23 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -24,8 +24,8 @@ define KernelPackage/bluetooth
CONFIG_BLUEZ_HCIUSB \
CONFIG_BLUEZ_HIDP \
CONFIG_BT \
- CONFIG_BT_L2CAP \
- CONFIG_BT_SCO \
+ CONFIG_BT_L2CAP=y \
+ CONFIG_BT_SCO=y \
CONFIG_BT_RFCOMM \
CONFIG_BT_BNEP \
CONFIG_BT_HCIBTUSB \