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
|
menuconfig BLUETOOTH
|
||||||
bool
|
bool
|
||||||
prompt "Bluetooth LE support [EXPERIMENTAL]"
|
prompt "Bluetooth LE support"
|
||||||
default n
|
default n
|
||||||
select NANO_TIMEOUTS
|
select NANO_TIMEOUTS
|
||||||
help
|
help
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
menuconfig NETWORKING
|
menuconfig NETWORKING
|
||||||
bool
|
bool
|
||||||
prompt "Generic networking support [EXPERIMENTAL]"
|
prompt "Generic networking support"
|
||||||
select NANO_TIMEOUTS
|
select NANO_TIMEOUTS
|
||||||
select NANO_TIMERS
|
select NANO_TIMERS
|
||||||
default n
|
default n
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue