:orphan: .. title:: MCR20A_IS_PART_OF_KW2XD_SIP .. option:: CONFIG_MCR20A_IS_PART_OF_KW2XD_SIP *MCR20A device is part of KW2xD SiP* Type: ``bool`` Help ==== If this option is set, the driver does not perform a hardware reset and the CLK_OUT frequency is not set, instead these settings are performed during the initialization of the SoC. Direct dependencies =================== (\ :option:`IEEE802154_MCR20A ` && \ :option:`BOARD_USB_KW24D512 `) || (\ :option:`IEEE802154_MCR20A ` && \ :option:`IEEE802154 `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/usb_kw24d512/Kconfig.defconfig:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config MCR20A_IS_PART_OF_KW2XD_SIP bool default y depends on \ :option:`IEEE802154_MCR20A ` && \ :option:`BOARD_USB_KW24D512 ` ---- At ``drivers/ieee802154/Kconfig.mcr20a:18`` 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 → NXP MCR20A Driver support .. parsed-literal:: config MCR20A_IS_PART_OF_KW2XD_SIP bool "MCR20A device is part of KW2xD SiP" depends on \ :option:`IEEE802154_MCR20A ` && \ :option:`IEEE802154 ` help If this option is set, the driver does not perform a hardware reset and the CLK_OUT frequency is not set, instead these settings are performed during the initialization of the SoC. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*