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:
Anas Nashif 2015-06-20 10:47:30 -04:00
parent b3234bd349
commit 1971988397

View file

@ -30,5 +30,10 @@
# POSSIBILITY OF SUCH DAMAGE.
#
menu "Networking"
source "net/bluetooth/Kconfig"
source "net/ip/Kconfig"
endmenu