BT support for all platforms (#563)
* Update azure-pipelines-release.yml for Azure Pipelines * Update azure-pipelines-release.yml for Azure Pipelines * Update azure-pipelines-release.yml for Azure Pipelines * Fix double LINUX_HEADERS * Add support for TI USB 3410 or 5052 serial devices (#542) * Added BT support to device-support.conf file, and removed BT support from kernel.config file * Removed BT support, as it was moved to device-support.config file * Added new line at the end of the file * Changed: CONFIG_BT_HCIBTUSB from 'm' to 'y' CONFIG_BT_HCIBTUSB_BCM from 'y' to 'm' CONFIG_BT_HCIBTUSB_RTL from 'y' to 'm' * Update device-support.config Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
This commit is contained in:
@@ -8,6 +8,16 @@ CONFIG_USB_SERIAL_FTDI_SIO=m
|
||||
CONFIG_USB_SERIAL_PL2303=m
|
||||
CONFIG_USB_SERIAL_CH341=m
|
||||
CONFIG_USB_SERIAL_TI=m
|
||||
|
||||
CONFIG_USB_ACM=m
|
||||
CONFIG_USB_USBNET=m
|
||||
|
||||
CONFIG_BT=y
|
||||
CONFIG_BT_BREDR=y
|
||||
CONFIG_BT_LE=y
|
||||
CONFIG_BT_INTEL=m
|
||||
CONFIG_BT_BCM=m
|
||||
CONFIG_BT_RTL=m
|
||||
CONFIG_BT_HCIBTUSB=y
|
||||
CONFIG_BT_HCIBTUSB_BCM=m
|
||||
CONFIG_BT_HCIBTUSB_RTL=m
|
||||
|
||||
Reference in New Issue
Block a user