From 19719883979e450e039a461d917e085585d8fde6 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sat, 20 Jun 2015 10:47:30 -0400 Subject: [PATCH] kconfig: add menu for networking Move bluetooth and IP stack under the Networking menu. Change-Id: I820191526d274143e196a7ecaf1ed9b020e8d0ef Signed-off-by: Anas Nashif --- net/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/net/Kconfig b/net/Kconfig index 5f35f8b3f2..9981b7fdba 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -30,5 +30,10 @@ # POSSIBILITY OF SUCH DAMAGE. # +menu "Networking" + source "net/bluetooth/Kconfig" + source "net/ip/Kconfig" + +endmenu