:orphan: .. title:: CONFIG_NETWORKING .. kconfig:: CONFIG_NETWORKING CONFIG_NETWORKING ################# *Link layer and IP networking support* Type: ``bool`` Help ==== .. code-block:: none This option enabled generic link layer and IP networking support. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`NET_BUF ` - \ :kconfig:`POLL ` - \ :kconfig:`ENTROPY_GENERATOR ` Symbols that select this symbol =============================== - \ :kconfig:`MCUMGR_SMP_UDP ` - \ :kconfig:`HAWKBIT ` - \ :kconfig:`UPDATEHUB ` Kconfig definition ================== At ``/net/Kconfig:66`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` Menu path: (Top) → Sub Systems and OS Services → Networking .. code-block:: kconfig config NETWORKING bool "Link layer and IP networking support" select NET_BUF select POLL select ENTROPY_GENERATOR help This option enabled generic link layer and IP networking support. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*