:orphan: .. title:: CONFIG_IEEE802154_KW41Z .. kconfig:: CONFIG_IEEE802154_KW41Z CONFIG_IEEE802154_KW41Z ####################### *NXP KW41Z Driver support* Type: ``bool`` Direct dependencies =================== (\ :kconfig:`NETWORKING ` && \ :kconfig:`SOC_MKW41Z4 ` && \ :kconfig:`SOC_SERIES_KINETIS_KWX `) || (\ :kconfig:`NETWORKING ` && \ :kconfig:`SOC_MKW41Z4 ` && \ :kconfig:`SOC_SERIES_KINETIS_KWX `) || (\ :kconfig:`NETWORKING ` && \ :kconfig:`IEEE802154 `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :kconfig:`REQUIRES_FULL_LIBC ` Kconfig definitions =================== At ``/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw41z4:64`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_kinetis/Kconfig.defconfig:7`` → ``/arm/nxp_kinetis/kwx/Kconfig.defconfig.series:11`` Menu path: (Top) .. code-block:: kconfig config IEEE802154_KW41Z bool default y depends on NETWORKING && SOC_MKW41Z4 && SOC_SERIES_KINETIS_KWX ---- At ``/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw41z4:64`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_kinetis/Kconfig.defconfig:7`` → ``/arm/nxp_kinetis/kwx/Kconfig.defconfig.series:11`` Menu path: (Top) .. code-block:: kconfig config IEEE802154_KW41Z bool default y depends on NETWORKING && SOC_MKW41Z4 && SOC_SERIES_KINETIS_KWX ---- At ``/ieee802154/Kconfig.kw41z:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:10`` → ``/ieee802154/Kconfig:64`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options .. code-block:: kconfig menuconfig IEEE802154_KW41Z bool "NXP KW41Z Driver support" select REQUIRES_FULL_LIBC depends on NETWORKING && IEEE802154 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*