:orphan: .. title:: CONFIG_MCR20A_IS_PART_OF_KW2XD_SIP .. kconfig:: CONFIG_MCR20A_IS_PART_OF_KW2XD_SIP CONFIG_MCR20A_IS_PART_OF_KW2XD_SIP ################################## *MCR20A device is part of KW2xD SiP* Type: ``bool`` Help ==== .. code-block:: none 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 =================== (\ :kconfig:`IEEE802154_MCR20A ` && \ :kconfig:`BOARD_USB_KW24D512 `) || (\ :kconfig:`IEEE802154_MCR20A ` && \ :kconfig:`IEEE802154 `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== At ``/arm/usb_kw24d512/Kconfig.defconfig:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config MCR20A_IS_PART_OF_KW2XD_SIP bool default y depends on IEEE802154_MCR20A && BOARD_USB_KW24D512 ---- At ``/ieee802154/Kconfig.mcr20a:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:10`` → ``/ieee802154/Kconfig:66`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options → NXP MCR20A Driver support .. code-block:: kconfig config MCR20A_IS_PART_OF_KW2XD_SIP bool "MCR20A device is part of KW2xD SiP" depends on IEEE802154_MCR20A && 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.)*