diff --git a/sys/Kconfig b/sys/Kconfig index de3ee9f0bd..90958306f3 100644 --- a/sys/Kconfig +++ b/sys/Kconfig @@ -10,6 +10,7 @@ rsource "auto_init/Kconfig" rsource "net/Kconfig" rsource "Kconfig.newlib" rsource "Kconfig.stdio" +rsource "pm_layered/Kconfig" rsource "usb/Kconfig" config MOD_SYS diff --git a/sys/pm_layered/Kconfig b/sys/pm_layered/Kconfig new file mode 100644 index 0000000000..2ed7f15a44 --- /dev/null +++ b/sys/pm_layered/Kconfig @@ -0,0 +1,11 @@ +# Copyright (c) 2020 HAW Hamburg +# +# This file is subject to the terms and conditions of the GNU Lesser +# General Public License v2.1. See the file LICENSE in the top level +# directory for more details. +# + +config MOD_PM_LAYERED + bool "Platform-independent Power Management" + depends on MOD_PERIPH_PM + depends on TEST_KCONFIG