| # Net stack configuration options |
| # Copyright (c) 2015 Intel Corporation |
| # SPDX-License-Identifier: Apache-2.0 |
| bool "Link layer and networking (including IP)" |
| This option enables generic link layer and networking support |
| and is the basis for higher level protocols (e.g. IP protocols). |
| # Such option should not be configured manually but by device drivers |
| # which supports PM properly. |
| config NET_POWER_MANAGEMENT |
| source "subsys/net/Kconfig.hostname" |
| source "subsys/net/l2/Kconfig" |
| source "subsys/net/ip/Kconfig" |
| source "subsys/net/pkt_filter/Kconfig" |
| source "subsys/net/lib/Kconfig" |
| source "subsys/net/conn_mgr/Kconfig" |