From 8217bb1ef6812df481c5a150ef612371e6377339 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Thu, 17 Nov 2016 17:15:25 +0100 Subject: [PATCH] Bluetooth: Kconfig: Remove deprecated dependency on NANO_TIMEOUT This is no longer needed after switch to unified kernel. Change-Id: Ie1f8dadb3f2e43ae6ccfbfaf1f754196f3237471 Signed-off-by: Szymon Janc --- subsys/bluetooth/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/subsys/bluetooth/Kconfig b/subsys/bluetooth/Kconfig index 6ec55e0c706..ba83e85c371 100644 --- a/subsys/bluetooth/Kconfig +++ b/subsys/bluetooth/Kconfig @@ -17,7 +17,6 @@ menuconfig BLUETOOTH bool "Bluetooth support" - select NANO_TIMEOUTS select NET_BUF help This option enables Bluetooth support.