kconfig: add menu for networking
Move bluetooth and IP stack under the Networking menu. Change-Id: I820191526d274143e196a7ecaf1ed9b020e8d0ef Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
b3234bd349
commit
1971988397
|
@ -30,5 +30,10 @@
|
|||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
|
||||
menu "Networking"
|
||||
|
||||
source "net/bluetooth/Kconfig"
|
||||
|
||||
source "net/ip/Kconfig"
|
||||
|
||||
endmenu
|
||||
|
|
Loading…
Reference in a new issue