1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 17:43:51 +01:00

sys/net/netopt: model in Kconfig

This commit is contained in:
Leandro Lanzieri 2022-03-02 14:24:12 +01:00
parent 065c27555b
commit ec32e41f02
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593
3 changed files with 21 additions and 0 deletions

View File

@ -9,6 +9,7 @@ menu "Networking"
rsource "application_layer/Kconfig"
rsource "ble/Kconfig"
rsource "credman/Kconfig"
rsource "crosslayer/Kconfig"
rsource "gnrc/Kconfig"
rsource "sock/Kconfig"
rsource "network_layer/Kconfig"

View File

@ -0,0 +1,8 @@
# Copyright (c) 2022 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.
#
rsource "netopt/Kconfig"

View File

@ -0,0 +1,12 @@
# Copyright (c) 2022 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.
#
config MODULE_NETOPT
bool
depends on TEST_KCONFIG
help
Functionalities to map netopt option numbers to strings.