bluetooth: controller: add name to TX power choice
Add a name to the Kconfig choice that selects the controller TX power. This allows board `*.defconfig` files to change the default TX power as their certifications warrant. For example: ``` choice BT_CTLR_TX_PWR default BT_CTLR_TX_PWR_PLUS_4 endchoice ``` Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
This commit is contained in:
parent
13576962b8
commit
4f54b4176d
|
@ -166,7 +166,7 @@ config BT_CTLR_TX_BUFFER_SIZE
|
|||
Maximum is set to 251 due to implementation limitations (use of
|
||||
uint8_t for length field in PDU buffer structure).
|
||||
|
||||
choice
|
||||
choice BT_CTLR_TX_PWR
|
||||
prompt "Tx Power"
|
||||
default BT_CTLR_TX_PWR_0
|
||||
help
|
||||
|
|
Loading…
Reference in a new issue