3fc661a98c
As usual these patches were extracted from the raspberry pi repo: https://github.com/raspberrypi/linux/tree/rpi-4.4.y Also alphabetically order sound-soc kernel packages. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
34 lines
969 B
Diff
34 lines
969 B
Diff
From 87e7ae7002a6d1c8ca60c6081d4c2763940f6bef Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.org>
|
|
Date: Fri, 15 Jan 2016 16:48:27 +0000
|
|
Subject: [PATCH 151/381] config: Enable HCI over UARTs
|
|
|
|
---
|
|
arch/arm/configs/bcm2709_defconfig | 3 +++
|
|
arch/arm/configs/bcmrpi_defconfig | 2 ++
|
|
2 files changed, 5 insertions(+)
|
|
|
|
--- a/arch/arm/configs/bcm2709_defconfig
|
|
+++ b/arch/arm/configs/bcm2709_defconfig
|
|
@@ -376,6 +376,9 @@ CONFIG_BT_BNEP_PROTO_FILTER=y
|
|
CONFIG_BT_HIDP=m
|
|
CONFIG_BT_6LOWPAN=m
|
|
CONFIG_BT_HCIBTUSB=m
|
|
+CONFIG_BT_HCIUART=m
|
|
+CONFIG_BT_HCIUART_3WIRE=y
|
|
+CONFIG_BT_HCIUART_BCM=y
|
|
CONFIG_BT_HCIBCM203X=m
|
|
CONFIG_BT_HCIBPA10X=m
|
|
CONFIG_BT_HCIBFUSB=m
|
|
--- a/arch/arm/configs/bcmrpi_defconfig
|
|
+++ b/arch/arm/configs/bcmrpi_defconfig
|
|
@@ -370,6 +370,8 @@ CONFIG_BT_HIDP=m
|
|
CONFIG_BT_6LOWPAN=m
|
|
CONFIG_BT_HCIBTUSB=m
|
|
CONFIG_BT_HCIUART=m
|
|
+CONFIG_BT_HCIUART_3WIRE=y
|
|
+CONFIG_BT_HCIUART_BCM=y
|
|
CONFIG_BT_HCIBCM203X=m
|
|
CONFIG_BT_HCIBPA10X=m
|
|
CONFIG_BT_HCIBFUSB=m
|