CONFIG_NET_L2_BT_ZEP1656

**Workaround to work with Linux.**

Type: bool

Help

This workaround is necessary to interoperate with Linux up to 4.10 but it might not be compliant with RFC 7668 as it cause the stack to skip Neighbor Discovery cache causing the destination link address to be omitted. For more details why this is needed see: https://github.com/zephyrproject-rtos/zephyr/issues/3111

Direct dependencies

(NETWORKING && BOARD_96B_CARBON) || (NET_L2_BT && NETWORKING)

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

Defaults

Kconfig definitions

At boards/arm/96b_carbon/Kconfig.defconfig:59

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config NET_L2_BT_ZEP1656
    bool
    default "y" if NETWORKING && BOARD_96B_CARBON
    depends on NETWORKING && BOARD_96B_CARBON

At subsys/net/l2/Kconfig:29

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:89

Menu path: (top menu) → Networking → Link layer options

config NET_L2_BT_ZEP1656
    bool
    prompt "*Workaround to work with Linux.*" if NET_L2_BT && NETWORKING
    depends on NET_L2_BT && NETWORKING
    help
      This workaround is necessary to interoperate with Linux up to 4.10 but
      it might not be compliant with RFC 7668 as it cause the stack to skip
      Neighbor Discovery cache causing the destination link address to be
      omitted. For more details why this is needed see:
      https://github.com/zephyrproject-rtos/zephyr/issues/3111

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