diff options
author | Phong Tran <tranmanphong@gmail.com> | 2018-03-27 05:57:38 +0700 |
---|---|---|
committer | Phong Tran <tranmanphong@gmail.com> | 2018-04-03 21:22:23 +0700 |
commit | 4dd626c9eee962c3f86fee9e7e62b2161bca7dc6 (patch) | |
tree | e21c46a5b0f1ec766c57deb65006547e56154e0e /meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/raspberrypi-hciuart.cfg | |
parent | ea00cb6f79616987d7e3c7e83a6ee01cb73eb170 (diff) |
Add hci uart ko cfg for rpi3 on board bluetooth
Enable HCI UART for fixing current lacking of hci-uart.ko
which made brcm43438.service fails to start.
Change-Id: I0905820daa4bc1b36f2677f2f685f17a71fe11e6
Signed-off-by: Phong Tran <tranmanphong@gmail.com>
Diffstat (limited to 'meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/raspberrypi-hciuart.cfg')
-rw-r--r-- | meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/raspberrypi-hciuart.cfg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/raspberrypi-hciuart.cfg b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/raspberrypi-hciuart.cfg new file mode 100644 index 000000000..eac59dbdf --- /dev/null +++ b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/raspberrypi-hciuart.cfg @@ -0,0 +1,12 @@ +CONFIG_BT_HCIUART=m +CONFIG_BT_HCIUART_H4=y +# CONFIG_BT_HCIUART_BCSP is not set +# CONFIG_BT_HCIUART_ATH3K is not set +# CONFIG_BT_HCIUART_LL is not set +CONFIG_BT_HCIUART_3WIRE=y +# CONFIG_BT_HCIUART_INTEL is not set +CONFIG_BT_HCIUART_BCM=y +# CONFIG_BT_HCIUART_QCA is not set +# CONFIG_BT_HCIUART_AG6XX is not set +# CONFIG_BT_HCIUART_MRVL is not set +# CONFIG_BT_HCIBPA10X is not set |