Bluetooth: Kconfig: let MAX_PAIRED be 0 if SMP is not supported
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
d990079f15
commit
cf1f3c26a5
1 changed files with 2 additions and 1 deletions
|
@ -256,7 +256,8 @@ config BLUETOOTH_GATT_CLIENT
|
|||
config BLUETOOTH_MAX_PAIRED
|
||||
int "Maximum number of paired devices"
|
||||
default 1
|
||||
range 1 128
|
||||
default 0 if !BLUETOOTH_SMP
|
||||
range 0 128
|
||||
help
|
||||
Maximum number of paired Bluetooth devices. The minimum (and
|
||||
default) number is 1.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue