aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChirayu Desai <chirayudesai1@gmail.com>2016-08-24 18:35:07 +0530
committerDan Pasanen <invisiblek@cyanogenmod.org>2016-09-01 10:28:44 -0500
commit4673ef40fd04f9364cce6ac3eaed1c1a4bb4481c (patch)
tree311cfff8ab2393186269af3952fdc5cd2c22d01d
parent3fd56c6236e282596f6f2da57c230e11edfc1a60 (diff)
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
-rw-r--r--bluetooth/bdroid_buildcfg.h4
1 files changed, 4 insertions, 0 deletions
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