[openwrt/openwrt] kernel/modules/other: disable Nokia BT UART
LEDE Commits
lede-commits at lists.infradead.org
Sat Jan 27 14:19:36 PST 2018
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/a5199379c0914573613d3f9d1ca0efd369639b32
commit a5199379c0914573613d3f9d1ca0efd369639b32
Author: Tim Harvey <tharvey at gateworks.com>
AuthorDate: Tue Jan 23 14:31:09 2018 -0800
kernel/modules/other: disable Nokia BT UART
disable the Nokia BT UART present on Nikia N9, N900 & N950 added in 4.12.
Signed-off-by: Tim Harvey <tharvey at gateworks.com>
---
package/kernel/linux/modules/other.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index 973e4f3..33bd59e 100644
--- a/package/kernel/linux/modules/other.mk
+++ b/package/kernel/linux/modules/other.mk
@@ -55,6 +55,7 @@ define KernelPackage/bluetooth
CONFIG_BT_HCIUART_BCM=n \
CONFIG_BT_HCIUART_INTEL=n \
CONFIG_BT_HCIUART_H4 \
+ CONFIG_BT_HCIUART_NOKIA=n \
CONFIG_BT_HIDP \
CONFIG_HID_SUPPORT=y
$(call AddDepends/rfkill)
More information about the lede-commits
mailing list