:orphan: .. title:: CONFIG_IEEE802154_MCR20A .. kconfig:: CONFIG_IEEE802154_MCR20A CONFIG_IEEE802154_MCR20A ######################## *NXP MCR20A Driver support* Type: ``bool`` Direct dependencies =================== (\ :kconfig:`IEEE802154 ` && \ :kconfig:`SHIELD_FRDM_CR20A `) || (\ :kconfig:`IEEE802154 ` && \ :kconfig:`SHIELD_FRDM_CR20A `) || (\ :kconfig:`IEEE802154 ` && \ :kconfig:`SHIELD_FRDM_CR20A `) || (\ :kconfig:`NETWORKING ` && \ :kconfig:`SPI ` && \ :kconfig:`IEEE802154 `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y Kconfig definitions =================== At ``/shields/frdm_cr20a/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` → ``/kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config IEEE802154_MCR20A bool default y depends on IEEE802154 && SHIELD_FRDM_CR20A ---- At ``/shields/frdm_cr20a/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:20`` Menu path: (Top) .. code-block:: kconfig config IEEE802154_MCR20A bool default y depends on IEEE802154 && SHIELD_FRDM_CR20A ---- At ``/shields/frdm_cr20a/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config IEEE802154_MCR20A bool default y depends on IEEE802154 && SHIELD_FRDM_CR20A ---- At ``/ieee802154/Kconfig.mcr20a:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:10`` → ``/ieee802154/Kconfig:66`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options .. code-block:: kconfig menuconfig IEEE802154_MCR20A bool "NXP MCR20A Driver support" depends on NETWORKING && SPI && IEEE802154 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*