The latest development version of this page may be more current than this released 1.14.1 version.
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

(IEEE802154_MCR20A && BOARD_USB_KW24D512) || (IEEE802154_MCR20A && IEEE802154)

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At boards/arm/usb_kw24d512/Kconfig.defconfig:104

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config MCR20A_IS_PART_OF_KW2XD_SIP
    bool
    default "y" if IEEE802154_MCR20A && BOARD_USB_KW24D512
    depends on IEEE802154_MCR20A && BOARD_USB_KW24D512

At drivers/ieee802154/Kconfig.mcr20a:21

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:14drivers/ieee802154/Kconfig:31

Menu path: (top menu) → Device Drivers → IEEE 802.15.4 drivers options → NXP MCR20A Driver support

config MCR20A_IS_PART_OF_KW2XD_SIP
    bool
    prompt "MCR20A device is part of KW2xD SiP" if IEEE802154_MCR20A && IEEE802154
    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.

(Definitions include propagated dependencies, including from if’s and menus.)