2019-12-06 14:23:39 +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 "Networking"
|
|
|
|
|
2020-01-31 09:59:25 +01:00
|
|
|
rsource "application_layer/Kconfig"
|
2020-08-20 15:01:31 +02:00
|
|
|
rsource "ble/Kconfig"
|
2020-07-09 11:39:17 +02:00
|
|
|
rsource "credman/Kconfig"
|
2022-03-02 14:24:12 +01:00
|
|
|
rsource "crosslayer/Kconfig"
|
2019-12-06 14:31:00 +01:00
|
|
|
rsource "gnrc/Kconfig"
|
2019-12-13 12:22:36 +01:00
|
|
|
rsource "sock/Kconfig"
|
2021-03-05 15:41:57 +01:00
|
|
|
rsource "network_layer/Kconfig"
|
2020-02-07 11:55:46 +01:00
|
|
|
rsource "link_layer/Kconfig"
|
2020-09-10 22:33:34 +02:00
|
|
|
rsource "lora/Kconfig"
|
2020-07-28 19:40:18 +02:00
|
|
|
rsource "netif/Kconfig"
|
2019-12-06 14:31:00 +01:00
|
|
|
|
2019-12-06 14:23:39 +01:00
|
|
|
endmenu # Networking
|