mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 09:33:50 +01:00
sys/net/netopt: model in Kconfig
This commit is contained in:
parent
065c27555b
commit
ec32e41f02
@ -9,6 +9,7 @@ menu "Networking"
|
|||||||
rsource "application_layer/Kconfig"
|
rsource "application_layer/Kconfig"
|
||||||
rsource "ble/Kconfig"
|
rsource "ble/Kconfig"
|
||||||
rsource "credman/Kconfig"
|
rsource "credman/Kconfig"
|
||||||
|
rsource "crosslayer/Kconfig"
|
||||||
rsource "gnrc/Kconfig"
|
rsource "gnrc/Kconfig"
|
||||||
rsource "sock/Kconfig"
|
rsource "sock/Kconfig"
|
||||||
rsource "network_layer/Kconfig"
|
rsource "network_layer/Kconfig"
|
||||||
|
|||||||
8
sys/net/crosslayer/Kconfig
Normal file
8
sys/net/crosslayer/Kconfig
Normal 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"
|
||||||
12
sys/net/crosslayer/netopt/Kconfig
Normal file
12
sys/net/crosslayer/netopt/Kconfig
Normal 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.
|
||||||
Loading…
x
Reference in New Issue
Block a user