:orphan: .. title:: CONFIG_NET_DRIVERS .. kconfig:: CONFIG_NET_DRIVERS CONFIG_NET_DRIVERS ################## *Network Drivers* Type: ``bool`` Help ==== .. code-block:: none When building for a qemu target then NET_DRIVERS will be default enabled to allow for easy use of SLIP or PPP Default ======= - y if \ :kconfig:`QEMU_TARGET ` && \ :kconfig:`NETWORKING ` Kconfig definitions =================== At ``/Kconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` Menu path: (Top) .. code-block:: kconfig 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 ``/net/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:24`` Menu path: (Top) → Device Drivers .. code-block:: kconfig menuconfig NET_DRIVERS bool "Network Drivers" *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*