Bluetooth: controller: Rename BT_TICKER_COMPATIBILITY_MODE
Renamed to BT_TICKER_LOW_LAT in ticker, and changed selected conditionally compiled code to use IS_DEFINED macro. Signed-off-by: Morten Priess <mtpr@oticon.com>
This commit is contained in:
parent
365145aa97
commit
4277af8f55
5 changed files with 149 additions and 144 deletions
|
@ -536,8 +536,8 @@ config BT_MAYFLY_YIELD_AFTER_CALL
|
|||
If set to 'n', all pending mayflies for callee are executed before
|
||||
yielding
|
||||
|
||||
config BT_TICKER_COMPATIBILITY_MODE
|
||||
bool "Ticker compatibility mode"
|
||||
config BT_TICKER_LOW_LAT
|
||||
bool "Ticker low latency mode"
|
||||
default y if SOC_SERIES_NRF51X
|
||||
help
|
||||
This option enables legacy ticker scheduling which defers overlapping
|
||||
|
@ -555,7 +555,7 @@ config BT_TICKER_LAZY_GET
|
|||
|
||||
config BT_TICKER_EXT
|
||||
bool "Ticker extensions"
|
||||
depends on !BT_TICKER_COMPATIBILITY_MODE
|
||||
depends on !BT_TICKER_LOW_LAT
|
||||
default y
|
||||
help
|
||||
This option enables ticker extensions such as re-scheduling of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue