Skip to content

Commit c705742

Browse files
chirayudesaiashwinr64
authored andcommitted
onyx: 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
1 parent 5d648a9 commit c705742

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bluetooth/bdroid_buildcfg.h

+2
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@
2929
#define BLE_PERIPHERAL_ADV_NAME FALSE
3030
#define BT_CLEAN_TURN_ON_DISABLED 1
3131

32+
/* Defined if the kernel does not have support for CLOCK_BOOTTIME_ALARM */
33+
#define KERNEL_MISSING_CLOCK_BOOTTIME_ALARM TRUE
3234
#endif

0 commit comments

Comments
 (0)