CONFIG_NET_ARP

Enable ARP

Type: bool

Help

Enable ARP support. This is necessary on hardware that requires it to get IPv4 working (like Ethernet devices).

Direct dependencies

NET_IPV4 && NET_L2_ETHERNET && NETWORKING

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

Defaults

Kconfig definition

At subsys/net/l2/ethernet/Kconfig:43

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

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

config NET_ARP
    bool
    prompt "Enable ARP" if NET_IPV4 && NET_L2_ETHERNET && NETWORKING
    default "y" if NET_IPV4 && NET_L2_ETHERNET && NETWORKING
    depends on NET_IPV4 && NET_L2_ETHERNET && NETWORKING
    help
      Enable ARP support. This is necessary on hardware that requires it to
      get IPv4 working (like Ethernet devices).

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