The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_NET_DRIVERS

Network Drivers

Type: bool

Help

When building for a qemu target then NET_DRIVERS will be default
enabled to allow for easy use of SLIP or PPP

Default

Kconfig definitions

At boards/Kconfig:17

Included via Kconfig:8Kconfig.zephyr:37

Menu path: (Top)

config NET_DRIVERS
    bool
    default y if QEMU_TARGET && NETWORKING
    help
      When building for a qemu target then NET_DRIVERS will be default
      enabled to allow for easy use of SLIP or PPP

At drivers/net/Kconfig:4

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:24

Menu path: (Top) → Device Drivers

menuconfig NET_DRIVERS
    bool "Network Drivers"

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)