:orphan: .. title:: IEEE802154_MCR20A .. option:: CONFIG_IEEE802154_MCR20A *NXP MCR20A Driver support* Type: ``bool`` Direct dependencies =================== (\ :option:`IEEE802154 ` && \ :option:`SHIELD_FRDM_CR20A `) || (\ :option:`IEEE802154 ` && \ :option:`SHIELD_FRDM_CR20A `) || (\ :option:`NETWORKING ` && \ :option:`SPI ` && \ :option:`IEEE802154 `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/shields/frdm_cr20a/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:17`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. parsed-literal:: config IEEE802154_MCR20A bool default y depends on \ :option:`IEEE802154 ` && \ :option:`SHIELD_FRDM_CR20A ` ---- At ``boards/shields/frdm_cr20a/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config IEEE802154_MCR20A bool default y depends on \ :option:`IEEE802154 ` && \ :option:`SHIELD_FRDM_CR20A ` ---- At ``drivers/ieee802154/Kconfig.mcr20a:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:10`` → ``drivers/ieee802154/Kconfig:64`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options .. parsed-literal:: menuconfig IEEE802154_MCR20A bool "NXP MCR20A Driver support" depends on \ :option:`NETWORKING ` && \ :option:`SPI ` && \ :option:`IEEE802154 ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*