From 4673ef40fd04f9364cce6ac3eaed1c1a4bb4481c Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Wed, 24 Aug 2016 18:35:07 +0530 Subject: [PATCH] bluetooth: Our kernel is missing CLOCK_BOOTTIME_ALARM (alarmtimer) * Kernel is still using drivers/rtc/alarm.c, instead of the newer kernel/time/alarmtimer.c Change-Id: I2b8635fa887b2cfc0fca820fb560539475124534 --- bluetooth/bdroid_buildcfg.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index e6bc46b..1ad7ef2 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -29,4 +29,8 @@ #define BTA_BLE_SKIP_CONN_UPD FALSE #define BLE_PERIPHERAL_ADV_NAME FALSE #define BT_CLEAN_TURN_ON_DISABLED 1 + +/* Defined if the kernel does not have support for CLOCK_BOOTTIME_ALARM */ +#define KERNEL_MISSING_CLOCK_BOOTTIME_ALARM TRUE + #endif