From 22e68cbc84bdd236ffaf24684175372c07aeb770 Mon Sep 17 00:00:00 2001 From: Jesus Sanchez-Palencia Date: Thu, 17 Sep 2015 17:33:11 -0300 Subject: [PATCH] net: Remove EXPERIMENTAL label from net and bluetooth These features set are not experimental anymore. Change-Id: Ia9e4803982f625157e78c8002c38fed1e95c4892 Signed-off-by: Jesus Sanchez-Palencia --- net/bluetooth/Kconfig | 2 +- net/ip/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig index 25da5dd5adb..f4161c72f30 100644 --- a/net/bluetooth/Kconfig +++ b/net/bluetooth/Kconfig @@ -32,7 +32,7 @@ menuconfig BLUETOOTH bool - prompt "Bluetooth LE support [EXPERIMENTAL]" + prompt "Bluetooth LE support" default n select NANO_TIMEOUTS help diff --git a/net/ip/Kconfig b/net/ip/Kconfig index a43e432ded1..369f5c2d148 100644 --- a/net/ip/Kconfig +++ b/net/ip/Kconfig @@ -36,7 +36,7 @@ menuconfig NETWORKING bool - prompt "Generic networking support [EXPERIMENTAL]" + prompt "Generic networking support" select NANO_TIMEOUTS select NANO_TIMERS default n