-
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¶
- “y” if
IEEE802154_MCR20A
&&BOARD_USB_KW24D512
Kconfig definitions¶
At boards/arm/usb_kw24d512/Kconfig.defconfig:104
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config MCR20A_IS_PART_OF_KW2XD_SIP bool default "y" ifIEEE802154_MCR20A
&&BOARD_USB_KW24D512
depends onIEEE802154_MCR20A
&&BOARD_USB_KW24D512
At drivers/ieee802154/Kconfig.mcr20a:90
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:14
→ drivers/ieee802154/Kconfig:50
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" ifIEEE802154_MCR20A
&&IEEE802154
depends onIEEE802154_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.)