diff --git a/drivers/Kconfig.net b/drivers/Kconfig.net index 86a9fd4020..6ab9e7c0a1 100644 --- a/drivers/Kconfig.net +++ b/drivers/Kconfig.net @@ -22,6 +22,7 @@ rsource "ethos/Kconfig" rsource "mcp2515/Kconfig" rsource "mrf24j40/Kconfig" rsource "ncv7356/Kconfig" +rsource "netdev_ieee802154_submac/Kconfig" rsource "pn532/Kconfig" rsource "rn2xx3/Kconfig" rsource "$(RIOTCPU)/sam0_common/sam0_eth/Kconfig" diff --git a/drivers/netdev_ieee802154_submac/Kconfig b/drivers/netdev_ieee802154_submac/Kconfig new file mode 100644 index 0000000000..2a4b4e5f5f --- /dev/null +++ b/drivers/netdev_ieee802154_submac/Kconfig @@ -0,0 +1,18 @@ +# 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.