1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 16:31:18 +01:00

net/link_layer/l2util: initial Kconfig modeling

This commit is contained in:
Jose Alamos 2021-09-13 11:02:12 +02:00 committed by Francisco Molina
parent a39c0e1010
commit d64f073df7
2 changed files with 11 additions and 0 deletions

View File

@ -8,4 +8,5 @@ rsource "csma_sender/Kconfig"
rsource "eui_provider/Kconfig"
rsource "ieee802154/Kconfig"
rsource "l2filter/Kconfig"
rsource "l2util/Kconfig"
rsource "Kconfig.lorawan"

View File

@ -0,0 +1,10 @@
# Copyright (c) 2021 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_L2UTIL
bool "Link layer utils"
select MODULE_FMT