From 4d53c09e53914a7ebaea9fa0ca2e419aca06a47b Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 10 Mar 2016 13:54:37 +0000 Subject: Enable CONFIG_BT, needed for bluez Add only to x86 and Jetson-tk1 kernels, given that these are the BSP used on systems with audio-bluetooth (bluez) Change-Id: Iff16d49079a55f00377ad0ee5831eb8aa657762c --- strata/bsp-jetson/linux-jetson-tk1.morph | 1 + strata/bsp-x86_32-generic/linux-x86-32-generic.morph | 1 + strata/bsp-x86_64-generic/linux-x86-64-generic.morph | 1 + 3 files changed, 3 insertions(+) diff --git a/strata/bsp-jetson/linux-jetson-tk1.morph b/strata/bsp-jetson/linux-jetson-tk1.morph index 395ac136..bffe390e 100644 --- a/strata/bsp-jetson/linux-jetson-tk1.morph +++ b/strata/bsp-jetson/linux-jetson-tk1.morph @@ -218,6 +218,7 @@ configure-commands: - scripts/config -e SCSI_LOWLEVEL - scripts/config -e NOUVEAU_PLATFORM_DRIVER - scripts/config -e DRM_TEGRA_STAGING +- scripts/config -e BT - yes '' | make ARCH=arm oldconfig build-commands: - make $MAKEFLAGS ARCH=arm LOADADDR=0x80200000 zImage dtbs diff --git a/strata/bsp-x86_32-generic/linux-x86-32-generic.morph b/strata/bsp-x86_32-generic/linux-x86-32-generic.morph index 529b74bd..8102cea5 100644 --- a/strata/bsp-x86_32-generic/linux-x86-32-generic.morph +++ b/strata/bsp-x86_32-generic/linux-x86-32-generic.morph @@ -267,6 +267,7 @@ configure-commands: - scripts/config -e CONFIG_SND_INTEL8X0 - scripts/config -m CONFIG_DRM_CIRRUS_QEMU - scripts/config -m CONFIG_DRM_BOCHS +- scripts/config -e BT - yes '' | make oldconfig build-commands: - make $MAKEFLAGS diff --git a/strata/bsp-x86_64-generic/linux-x86-64-generic.morph b/strata/bsp-x86_64-generic/linux-x86-64-generic.morph index 4393f89d..08541c2b 100644 --- a/strata/bsp-x86_64-generic/linux-x86-64-generic.morph +++ b/strata/bsp-x86_64-generic/linux-x86-64-generic.morph @@ -268,6 +268,7 @@ configure-commands: - scripts/config -m CONFIG_DRM_CIRRUS_QEMU - scripts/config -m CONFIG_DRM_BOCHS - scripts/config -m CONFIG_DRM_VIRTIO_GPU +- scripts/config -e BT - yes '' | make oldconfig build-commands: - make $MAKEFLAGS -- cgit v1.2.1