nbhw16: use bluetooth in non_st mode

If bluetooth is used in non_st mode we can use the normal uart_hci
driver. This driver works much better and the whole setup is much
easier. We don't need the Shared Transfer stuff anyhow, because the
module does not have GPS or FM.
This commit is contained in:
Stefan Eichenberger 2016-08-25 15:56:23 +02:00
parent 8c64671994
commit 1f7a154924
2 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ IMAGE_INSTALL_cortex9hf_append = " kernel-devicetree "
IMAGE_INSTALL_append_am335x-nbhw16 = " \
nbhw16-ctrl \
tibluetooth \
bluez5-obex \
"
LICENSE = "BSD"