diff options
| author | Chirayu Desai <chirayudesai1@gmail.com> | 2016-08-24 18:35:07 +0530 |
|---|---|---|
| committer | vm03 <vasy@vasy.ru> | 2016-09-20 14:27:45 +0300 |
| commit | ddcbe65914b3ad0dbbe4fd3cf1942d4b94bb6cae (patch) | |
| tree | eb222f8556bf73ee2d2029ce7f3c81d5a2c9edb9 | |
| parent | 4e3170e7694472afb2396ca8215fdf0a7b7ffad7 (diff) | |
msm8226-common: 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: I8bd3914692dc041c244f6820699b971847b1d1a5
| -rw-r--r-- | bluetooth_qcom/bdroid_buildcfg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bluetooth_qcom/bdroid_buildcfg.h b/bluetooth_qcom/bdroid_buildcfg.h index 1d6dee6..2dc0b5c 100644 --- a/bluetooth_qcom/bdroid_buildcfg.h +++ b/bluetooth_qcom/bdroid_buildcfg.h @@ -26,4 +26,7 @@ #define BTA_BLE_SKIP_CONN_UPD TRUE // Enables interleaved scan #define BTA_HOST_INTERLEAVE_SEARCH TRUE + +/* Defined if the kernel does not have support for CLOCK_BOOTTIME_ALARM */ +#define KERNEL_MISSING_CLOCK_BOOTTIME_ALARM TRUE #endif |
