net: Remove EXPERIMENTAL label from net and bluetooth
These features set are not experimental anymore. Change-Id: Ia9e4803982f625157e78c8002c38fed1e95c4892 Signed-off-by: Jesus Sanchez-Palencia <jesus.sanchez-palencia@intel.com>
This commit is contained in:
parent
858decd162
commit
22e68cbc84
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
menuconfig BLUETOOTH
|
||||
bool
|
||||
prompt "Bluetooth LE support [EXPERIMENTAL]"
|
||||
prompt "Bluetooth LE support"
|
||||
default n
|
||||
select NANO_TIMEOUTS
|
||||
help
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
menuconfig NETWORKING
|
||||
bool
|
||||
prompt "Generic networking support [EXPERIMENTAL]"
|
||||
prompt "Generic networking support"
|
||||
select NANO_TIMEOUTS
|
||||
select NANO_TIMERS
|
||||
default n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue