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 <Zephyr>/Kconfig:8<Zephyr>/Kconfig.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>/drivers/net/Kconfig:4

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

Menu path: (Top) → Device Drivers

menuconfig NET_DRIVERS
    bool "Network Drivers"

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