Skip to content

Commit

Permalink
bluetooth: Enable HCI UART H4 driver
Browse files Browse the repository at this point in the history
Enable HCI UART driver to allow bluetoothd to work; disable bluesleep
driver for now as it conflicts with the HCI driver when BT is used.

Signed-off-by: Hannu Mallat <hannu.mallat@jollamobile.com>
  • Loading branch information
Hannu Mallat authored and RealJohnGalt committed Apr 27, 2016
1 parent 07c57fc commit 1f37085
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions arch/arm/configs/cyanogenmod_hammerhead_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1150,10 +1150,11 @@ CONFIG_BT_HIDP=y
# CONFIG_BT_HCISMD is not set
# CONFIG_BT_HCIBTUSB is not set
# CONFIG_BT_HCIBTSDIO is not set
# CONFIG_BT_HCIUART is not set
CONFIG_BT_HCIUART=y
CONFIG_BT_HCIUART_H4=y
# CONFIG_BT_HCIBCM203X is not set
# CONFIG_BT_HCIBPA10X is not set
CONFIG_BT_MSM_SLEEP=y
# CONFIG_BT_MSM_SLEEP is not set
# CONFIG_BT_HCIBFUSB is not set
# CONFIG_BT_HCIVHCI is not set
# CONFIG_BT_MRVL is not set
Expand Down

0 comments on commit 1f37085

Please sign in to comment.