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:
Jordan Yates 2020-09-02 11:17:04 +10:00 committed by Carles Cufí
parent 13576962b8
commit 4f54b4176d

View file

@ -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