- Remove SYS_ prefix - shorten POWER_MANAGEMENT to just PM - DEVICE_POWER_MANAGEMENT -> PM_DEVICE and use PM_ as the prefix for all PM related Kconfigs Signed-off-by: Anas Nashif <anas.nashif@intel.com>
12 lines
257 B
Text
12 lines
257 B
Text
# Private config options for net pm test
|
|
|
|
# Copyright (c) 2020 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
mainmenu "Network Power-Management test"
|
|
|
|
config FAKE_DEV
|
|
def_bool y
|
|
select NET_POWER_MANAGEMENT if PM_DEVICE
|
|
|
|
source "Kconfig.zephyr"
|