-
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 ifs and menus.)
Default¶
y
Kconfig definitions¶
At <Zephyr>/boards/arm/usb_kw24d512/Kconfig.defconfig:31
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config MCR20A_IS_PART_OF_KW2XD_SIP bool default y depends onIEEE802154_MCR20A
&&BOARD_USB_KW24D512
At <Zephyr>/drivers/ieee802154/Kconfig.mcr20a:18
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:10
→ <Zephyr>/drivers/ieee802154/Kconfig:64
Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options → NXP MCR20A Driver support
config MCR20A_IS_PART_OF_KW2XD_SIP bool "MCR20A device is part of KW2xD SiP" 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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)