power: standarize PM Kconfigs and cleanup
- 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>
This commit is contained in:
parent
06a5946266
commit
dd931f93a2
150 changed files with 551 additions and 526 deletions
|
@ -117,7 +117,7 @@ extern void z_arm_interrupt_init(void);
|
|||
z_arm_irq_priority_set(irq_p, priority_p, flags_p); \
|
||||
}
|
||||
|
||||
#ifdef CONFIG_SYS_POWER_MANAGEMENT
|
||||
#ifdef CONFIG_PM
|
||||
extern void _arch_isr_direct_pm(void);
|
||||
#define ARCH_ISR_DIRECT_PM() _arch_isr_direct_pm()
|
||||
#else
|
||||
|
|
|
@ -233,7 +233,7 @@ typedef struct s_isrList {
|
|||
(flags_p)); \
|
||||
}
|
||||
|
||||
#ifdef CONFIG_SYS_POWER_MANAGEMENT
|
||||
#ifdef CONFIG_PM
|
||||
/*
|
||||
* FIXME: z_sys_power_save_idle_exit is defined in kernel.h, which cannot be
|
||||
* included here due to circular dependency
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue