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 <Zephyr 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 <Zephyr Driver>/net/Kconfig:4

Included via Kconfig:8Kconfig.zephyr:42<Zephyr Driver>/Kconfig:24

Menu path: (Top) → Device Drivers

menuconfig NET_DRIVERS
    bool "Network Drivers"

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