From a6ae25da06818ef36e4e1c1fee87adfa07d8e3d4 Mon Sep 17 00:00:00 2001 From: Etzion Bar-Noy Date: Tue, 4 Feb 2020 19:03:51 +0200 Subject: [PATCH] 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 --- buildroot-external/board/intel/nuc/kernel.config | 10 ---------- buildroot-external/kernel/device-support.config | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/buildroot-external/board/intel/nuc/kernel.config b/buildroot-external/board/intel/nuc/kernel.config index 8b1c73fc4..7a38f1d4c 100644 --- a/buildroot-external/board/intel/nuc/kernel.config +++ b/buildroot-external/board/intel/nuc/kernel.config @@ -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 diff --git a/buildroot-external/kernel/device-support.config b/buildroot-external/kernel/device-support.config index 60a35b114..e69220d78 100644 --- a/buildroot-external/kernel/device-support.config +++ b/buildroot-external/kernel/device-support.config @@ -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