diff options
| author | Chirayu Desai <chirayudesai1@gmail.com> | 2016-08-24 18:35:07 +0530 |
|---|---|---|
| committer | Kelly Craft <mushroomhead52e@gmail.com> | 2017-01-05 17:17:04 +0000 |
| commit | ab2d846701d844bbcb87d0308e75a7f2f05545ba (patch) | |
| tree | 9efaef800366b5479efd889aee81fe0226a89f06 | |
| parent | 780f5ae67272c523d39bb4fe6e183ed3a9050e8e (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
(cherry picked from commit 2747c229a70e02468625d0443e5112017ee30752)
| -rw-r--r-- | bluetooth/bdroid_buildcfg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index a5374c8..4c07b39 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -22,4 +22,7 @@ #define BLE_VND_INCLUDED TRUE +/* Defined if the kernel does not have support for CLOCK_BOOTTIME_ALARM */ +#define KERNEL_MISSING_CLOCK_BOOTTIME_ALARM TRUE + #endif |
