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:
parent
a39c0e1010
commit
d64f073df7
@ -8,4 +8,5 @@ rsource "csma_sender/Kconfig"
|
||||
rsource "eui_provider/Kconfig"
|
||||
rsource "ieee802154/Kconfig"
|
||||
rsource "l2filter/Kconfig"
|
||||
rsource "l2util/Kconfig"
|
||||
rsource "Kconfig.lorawan"
|
||||
|
||||
10
sys/net/link_layer/l2util/Kconfig
Normal file
10
sys/net/link_layer/l2util/Kconfig
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user