2019-12-06 14:31:00 +01:00
|
|
|
# Copyright (c) 2019 HAW Hamburg
|
|
|
|
#
|
|
|
|
# This file is subject to the terms and conditions of the GNU Lesser
|
|
|
|
# General Public License v2.1. See the file LICENSE in the top level
|
|
|
|
# directory for more details.
|
|
|
|
#
|
|
|
|
menu "GNRC Network stack"
|
2020-08-31 09:33:35 +02:00
|
|
|
depends on USEMODULE_GNRC
|
2019-12-06 14:31:00 +01:00
|
|
|
|
2020-02-06 15:09:58 +01:00
|
|
|
rsource "application_layer/dhcpv6/Kconfig"
|
2020-05-20 10:12:54 +02:00
|
|
|
rsource "link_layer/gomach/Kconfig"
|
2019-12-11 13:08:14 +01:00
|
|
|
rsource "link_layer/lorawan/Kconfig"
|
2020-05-23 06:54:39 +02:00
|
|
|
rsource "link_layer/lwmac/Kconfig"
|
2020-05-24 14:41:45 +02:00
|
|
|
rsource "link_layer/mac/Kconfig"
|
2020-01-08 10:56:06 +01:00
|
|
|
rsource "netif/Kconfig"
|
2020-01-07 15:36:50 +01:00
|
|
|
rsource "network_layer/ipv6/Kconfig"
|
2020-01-14 12:08:25 +01:00
|
|
|
rsource "network_layer/sixlowpan/Kconfig"
|
2020-05-11 17:06:29 +02:00
|
|
|
rsource "pktbuf/Kconfig"
|
2020-05-13 19:50:54 +02:00
|
|
|
rsource "pktdump/Kconfig"
|
2020-04-24 13:22:50 +02:00
|
|
|
rsource "routing/rpl/Kconfig"
|
2020-05-23 19:50:51 +02:00
|
|
|
rsource "transport_layer/tcp/Kconfig"
|
2019-12-06 15:04:14 +01:00
|
|
|
|
2019-12-06 14:31:00 +01:00
|
|
|
endmenu # GNRC Network Stack
|