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"
|
|
|
|
depends on MODULE_GNRC
|
|
|
|
|
2020-02-06 15:09:58 +01:00
|
|
|
rsource "application_layer/dhcpv6/Kconfig"
|
2019-12-11 13:08:14 +01:00
|
|
|
rsource "link_layer/lorawan/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"
|
2019-12-11 10:51:04 +01:00
|
|
|
rsource "network_layer/ipv6/blacklist/Kconfig"
|
2019-12-16 09:56:59 +01:00
|
|
|
rsource "network_layer/ipv6/ext/frag/Kconfig"
|
2019-12-06 15:04:14 +01:00
|
|
|
rsource "network_layer/ipv6/whitelist/Kconfig"
|
2020-01-14 12:08:25 +01:00
|
|
|
rsource "network_layer/sixlowpan/Kconfig"
|
2019-12-06 15:04:14 +01:00
|
|
|
|
2019-12-06 14:31:00 +01:00
|
|
|
endmenu # GNRC Network Stack
|