Skip to content
Snippets Groups Projects
Commit b2d89b45 authored by Michael Büsch's avatar Michael Büsch
Browse files

bluetooth: set L2CAP and SCO kconfig options to =y. It should be forced to =m...

bluetooth: set L2CAP and SCO kconfig options to =y. It should be forced to =m for older kernels automagically.

SVN-Revision: 28638
parent 5601dc5f
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment