drivers/nble: Fix invalid use of Kconfig select
Select cannot be used for int type of variable. This will stil work correctly as default value is provided. Fix following: drivers/nble/Kconfig:50:warning: 'BLUETOOTH_MAX_PAIRED' has wrong type. 'select' only accept arguments of boolean and tristate type Change-Id: I15951a3ba9efa11e1c18a1e90eb708ced08ad357 Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
This commit is contained in:
parent
c4afa61b26
commit
d732ac4f67
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ config NBLE
|
|||
select BLUETOOTH_CENTRAL
|
||||
select BLUETOOTH_GATT_CLIENT
|
||||
select BLUETOOTH_SMP
|
||||
select BLUETOOTH_MAX_PAIRED
|
||||
help
|
||||
Enables support for using Nordic Semiconductor nRF51 Bluetooth
|
||||
LE chips with a custom firmware. The API for this is a subset of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue