From 07bec45d8af385617b3f4b0b1404eafdd7bb9378 Mon Sep 17 00:00:00 2001 From: Jasper van der Neut - Stulen Date: Mon, 14 Jan 2019 23:55:35 +0100 Subject: [PATCH] NUC: Enable bluetooth support (#320) * NUC: Enable bluetooth support Enable kernel support for the intel bt-wifi-combo devices and usb bluetooth modules. This will make Bluetooth and Bluetooth LE device trackers work. * BUILD: Make bluetooth kernel config the same for all boards. The defconfig for a board may include more drivers, but this set should be enough to get device trackers working. BLE support is also enabled. * Revert "BUILD: Make bluetooth kernel config the same for all boards." This reverts commit 58f9b7c65193a31470440bfcc50e467e1aa70b4f. --- buildroot-external/board/intel/nuc/kernel.config | 10 ++++++++++ buildroot-external/configs/intel_nuc_defconfig | 1 + 2 files changed, 11 insertions(+) diff --git a/buildroot-external/board/intel/nuc/kernel.config b/buildroot-external/board/intel/nuc/kernel.config index 9883a4ec8..6425a815d 100644 --- a/buildroot-external/board/intel/nuc/kernel.config +++ b/buildroot-external/board/intel/nuc/kernel.config @@ -19,3 +19,13 @@ CONFIG_SND_HDA=m CONFIG_SND_HDA_INTEL=m CONFIG_SND_HDA_I915=y CONFIG_SND_HDA_POWER_SAVE_DEFAULT=1 + +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/configs/intel_nuc_defconfig b/buildroot-external/configs/intel_nuc_defconfig index 1d1267e29..d0602bfab 100644 --- a/buildroot-external/configs/intel_nuc_defconfig +++ b/buildroot-external/configs/intel_nuc_defconfig @@ -33,6 +33,7 @@ BR2_PACKAGE_E2FSPROGS=y BR2_PACKAGE_E2FSPROGS_RESIZE2FS=y BR2_PACKAGE_SQUASHFS=y BR2_PACKAGE_LINUX_FIRMWARE=y +BR2_PACKAGE_LINUX_FIRMWARE_IBT=y BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160=y BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3168=y BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_7260=y