From: Bruce Ashfield <bruce.ashfi...@windriver.com> After commit b2b49ccbdd54 (PM: Kconfig: Set PM_RUNTIME if PM_SLEEP is selected) PM_RUNTIME is always set if PM is set, so #ifdef blocks depending on CONFIG_PM_RUNTIME may now be changed to depend on CONFIG_PM.
Signed-off-by: Bruce Ashfield <bruce.ashfi...@windriver.com> --- bsp/beaglebone/beaglebone.cfg | 1 - features/power/intel.cfg | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bsp/beaglebone/beaglebone.cfg b/bsp/beaglebone/beaglebone.cfg index 4c786d0a..a7123212 100644 --- a/bsp/beaglebone/beaglebone.cfg +++ b/bsp/beaglebone/beaglebone.cfg @@ -66,7 +66,6 @@ CONFIG_NEON=y # Power management options # CONFIG_PM=y -CONFIG_PM_RUNTIME=y # CONFIG_APM_EMULATION is not set # diff --git a/features/power/intel.cfg b/features/power/intel.cfg index 2a80f26c..2b1661b7 100644 --- a/features/power/intel.cfg +++ b/features/power/intel.cfg @@ -21,7 +21,7 @@ CONFIG_PM_DEBUG=y CONFIG_PM_ADVANCED_DEBUG=y # turn on run-time power management -CONFIG_PM_RUNTIME=y +CONFIG_PM=y # disable usb runtime power management # it was causing non-functionaing mouse & keboard issues for many BSPs -- 2.17.1 -- _______________________________________________ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto