CONFIG_IEEE802154_MCR20A¶
NXP MCR20A Driver support
Type: bool
Direct dependencies¶
(IEEE802154
&& SHIELD_FRDM_CR20A
) || (IEEE802154
&& SHIELD_FRDM_CR20A
) || (NETWORKING
&& SPI
&& IEEE802154
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
Kconfig definitions¶
At boards/shields/frdm_cr20a/Kconfig.defconfig:14
Included via Kconfig:8
→ Kconfig.zephyr:20
Menu path: (Top)
config IEEE802154_MCR20A
bool
default y
depends on IEEE802154 && SHIELD_FRDM_CR20A
At boards/shields/frdm_cr20a/Kconfig.defconfig:14
Included via Kconfig:8
→ Kconfig.zephyr:22
Menu path: (Top)
config IEEE802154_MCR20A
bool
default y
depends on IEEE802154 && SHIELD_FRDM_CR20A
At drivers/ieee802154/Kconfig.mcr20a:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:10
→ drivers/ieee802154/Kconfig:66
Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options
menuconfig IEEE802154_MCR20A
bool "NXP MCR20A Driver support"
depends on NETWORKING && SPI && IEEE802154
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)