summaryrefslogtreecommitdiff
path: root/BoardConfig.mk
diff options
context:
space:
mode:
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r--BoardConfig.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 88a6f90..7183713 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -23,6 +23,8 @@ $(call add_kernel_configs, $(realpath device/intel/minnowboard/minnowboard.kconf
# Add wifi controller
$(call add_peripheral, intel, wifi/rtl8192cu)
+# Add Broadcom USB BT controller
+$(call add_peripheral, intel, bluetooth/btusbbcm)
# Add lights HAL
$(call add_peripheral, intel, light/mraa)
# Add audio support
@@ -37,6 +39,8 @@ $(call add_peripheral, intel, console/serial)
# Enable ADB-over-TCP on port 5555, started at boot
$(call enable_adb_over_tcp, 5555, true)
+BOARD_HAVE_BLUETOOTH_LINUX := true
+
# NOTE: These values must be kept in sync with BOARD_GPT_INI
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 268435456
BOARD_BOOTLOADER_PARTITION_SIZE := 20971520