mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
19 lines
562 B
Plaintext
19 lines
562 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_NETDEV_IEEE802154_SUBMAC
|
|
bool
|
|
depends on TEST_KCONFIG
|
|
depends on MODULE_NETDEV
|
|
default y if HAVE_IEE802154_RADIO_HAL_INTERFACE
|
|
select MODULE_NETDEV_IEEE802154
|
|
select MODULE_IEEE802154
|
|
select MODULE_IEEE802154_SUBMAC
|
|
help
|
|
This module implements the netdev API on top of the IEEE 802.15.4 radio
|
|
HAL.
|