mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
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:
parent
bc1266a44b
commit
a6ae25da06
@ -23,13 +23,3 @@ CONFIG_SND_HDA_CODEC_ANALOG=m
|
||||
CONFIG_SND_HDA_CODEC_VIA=m
|
||||
CONFIG_SND_HDA_CODEC_HDMI=m
|
||||
CONFIG_SND_USB_AUDIO=y
|
||||
|
||||
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=m
|
||||
CONFIG_BT_HCIBTUSB_BCM=y
|
||||
CONFIG_BT_HCIBTUSB_RTL=y
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user