1# Private config options for net pm test
2
3# Copyright (c) 2020 Intel Corporation
4# SPDX-License-Identifier: Apache-2.0
5
6mainmenu "Network Power-Management test"
7
8config FAKE_DEV
9	def_bool y
10	select NET_POWER_MANAGEMENT if PM_DEVICE
11
12source "Kconfig.zephyr"
13