mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 06:52:44 +01:00
18 lines
521 B
Plaintext
18 lines
521 B
Plaintext
|
# 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_TEST_UTILS_NETDEV_IEEE802154_MINIMAL
|
||
|
bool "Minimal netdev IEEE 802.15.4 device processing"
|
||
|
depends on TEST_KCONFIG
|
||
|
select MODULE_NETDEV
|
||
|
select MODULE_EVENT
|
||
|
select MODULE_EVENT_THREAD
|
||
|
select MODULE_L2UTIL
|
||
|
select MODULE_OD
|
||
|
select MODULE_OD_STRING
|
||
|
select MODULE_SHELL
|