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

Add HCI_UART_H4 support (required by Gumstix Overo)

SVN-Revision: 22572
Hamish Guthrie 15 лет назад
Родитель
Сommit
6953ce8a47
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      package/kernel/modules/other.mk

+ 1 - 0
package/kernel/modules/other.mk

@@ -31,6 +31,7 @@ define KernelPackage/bluetooth
 	CONFIG_BT_HCIBTUSB \
 	CONFIG_BT_HCIUSB \
 	CONFIG_BT_HCIUART \
+	CONFIG_BT_HCIUART_H4 \
 	CONFIG_BT_HIDP
   $(call AddDepends/crc16)
   $(call AddDepends/hid)