From d732ac4f676b8bf694dedb2f888624ab9e42cdcb Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Thu, 21 Jan 2016 11:24:26 +0100 Subject: [PATCH] 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 --- drivers/nble/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/nble/Kconfig b/drivers/nble/Kconfig index f7c58a81995..dd0782ebf57 100644 --- a/drivers/nble/Kconfig +++ b/drivers/nble/Kconfig @@ -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