diff options
author | Tim Harvey <tharvey@gateworks.com> | 2018-01-23 14:31:09 -0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-01-27 16:46:44 +0100 |
commit | a5199379c0914573613d3f9d1ca0efd369639b32 (patch) | |
tree | dad0b3c4c7dafd47047fc97a168d4146e67c7a9d /package | |
parent | e47fe3284f25c0d7354f239ea8424b96dfe5b36d (diff) | |
download | upstream-a5199379c0914573613d3f9d1ca0efd369639b32.tar.gz upstream-a5199379c0914573613d3f9d1ca0efd369639b32.tar.bz2 upstream-a5199379c0914573613d3f9d1ca0efd369639b32.zip |
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@gateworks.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/linux/modules/other.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 973e4f3e26..33bd59e8f8 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) |