mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
29 lines
799 B
Plaintext
29 lines
799 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_KW41ZRF
|
|
bool "KW41ZRF radio"
|
|
depends on TEST_KCONFIG
|
|
depends on CPU_MODEL_MKW41Z256VHT4
|
|
depends on CPU_MODEL_MKW41Z512VHT4
|
|
select MODULE_MCUX_XCVR_MKW41Z
|
|
select MODULE_IEEE802154
|
|
select MODULE_NETDEV
|
|
select MODULE_NETDEV_IEEE802154
|
|
select MODULE_CORE_THREAD_FLAGS
|
|
select MODULE_RANDOM
|
|
help
|
|
Device driver for the NXP KW41Z, KW21Z in-cpu transceiver.
|
|
|
|
rsource "vendor/XCVR/MKW41Z4/Kconfig"
|
|
|
|
config HAVE_KW41ZRF
|
|
bool
|
|
select MODULE_KW41ZRF if MODULE_NETDEV_DEFAULT
|
|
help
|
|
Indicates that a KW41ZRF radio is present.
|