Просмотр исходного кода

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

SVN-Revision: 28638
Michael Büsch 14 лет назад
Родитель
Сommit
b2d89b45d3
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      package/kernel/modules/other.mk

+ 2 - 2
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 \