power: add PM_IDLE_DOMAIN to pm.h and remove definations
Signed-off-by: zhuyanlin <zhuyanlin1@xiaomi.com>
This commit is contained in:
parent
a1aee22a4f
commit
031c89db89
@ -53,8 +53,6 @@
|
|||||||
# define END_IDLE()
|
# define END_IDLE()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Data
|
* Private Data
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
@ -52,8 +52,6 @@
|
|||||||
# define END_IDLE()
|
# define END_IDLE()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Functions
|
* Private Functions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
@ -296,10 +296,6 @@
|
|||||||
# define CONFIG_IMXRT_PM_SERIAL_ACTIVITY 10
|
# define CONFIG_IMXRT_PM_SERIAL_ACTIVITY 10
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(CONFIG_PM)
|
|
||||||
# define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Types
|
* Private Types
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
@ -52,8 +52,6 @@
|
|||||||
# define END_IDLE()
|
# define END_IDLE()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Data
|
* Private Data
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
@ -51,8 +51,6 @@
|
|||||||
# define END_IDLE()
|
# define END_IDLE()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Functions
|
* Private Functions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
@ -51,8 +51,6 @@
|
|||||||
# define END_IDLE()
|
# define END_IDLE()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Functions
|
* Private Functions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
@ -51,8 +51,6 @@
|
|||||||
# define END_IDLE()
|
# define END_IDLE()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Functions
|
* Private Functions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
@ -51,8 +51,6 @@
|
|||||||
# define END_IDLE()
|
# define END_IDLE()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Functions
|
* Private Functions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
@ -52,8 +52,6 @@
|
|||||||
# define END_IDLE()
|
# define END_IDLE()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Functions
|
* Private Functions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
@ -122,12 +122,6 @@
|
|||||||
|
|
||||||
/* Power management definitions */
|
/* Power management definitions */
|
||||||
|
|
||||||
#if defined(CONFIG_PM)
|
|
||||||
#ifndef PM_IDLE_DOMAIN
|
|
||||||
# define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef OK
|
#ifndef OK
|
||||||
#define OK 0
|
#define OK 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -110,12 +110,6 @@
|
|||||||
# define CONFIG_S32K1XX_PM_SPI_ACTIVITY 10
|
# define CONFIG_S32K1XX_PM_SPI_ACTIVITY 10
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(CONFIG_PM)
|
|
||||||
#ifndef PM_IDLE_DOMAIN
|
|
||||||
# define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(CONFIG_PM_SPI0_STANDBY) || defined(CONFIG_PM_SPI0_SLEEP)
|
#if defined(CONFIG_PM_SPI0_STANDBY) || defined(CONFIG_PM_SPI0_SLEEP)
|
||||||
# define CONFIG_PM_SPI0
|
# define CONFIG_PM_SPI0
|
||||||
#endif
|
#endif
|
||||||
|
@ -131,12 +131,6 @@
|
|||||||
# define CONFIG_S32K1XX_PM_SERIAL_ACTIVITY 10
|
# define CONFIG_S32K1XX_PM_SERIAL_ACTIVITY 10
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(CONFIG_PM)
|
|
||||||
#ifndef PM_IDLE_DOMAIN
|
|
||||||
# define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(CONFIG_PM_SERIAL0_STANDBY) || defined(CONFIG_PM_SERIAL0_SLEEP)
|
#if defined(CONFIG_PM_SERIAL0_STANDBY) || defined(CONFIG_PM_SERIAL0_SLEEP)
|
||||||
# define CONFIG_PM_SERIAL0
|
# define CONFIG_PM_SERIAL0
|
||||||
#endif
|
#endif
|
||||||
|
@ -52,8 +52,6 @@
|
|||||||
# define END_IDLE()
|
# define END_IDLE()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Functions
|
* Private Functions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
@ -51,8 +51,6 @@
|
|||||||
# define END_IDLE()
|
# define END_IDLE()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Functions
|
* Private Functions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
@ -215,10 +215,6 @@
|
|||||||
# define CONFIG_STM32_PM_SERIAL_ACTIVITY 10
|
# define CONFIG_STM32_PM_SERIAL_ACTIVITY 10
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(CONFIG_PM)
|
|
||||||
# define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Types
|
* Private Types
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
@ -52,8 +52,6 @@
|
|||||||
# define END_IDLE()
|
# define END_IDLE()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Functions
|
* Private Functions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
@ -375,9 +375,6 @@
|
|||||||
#if defined(CONFIG_PM) && !defined(CONFIG_STM32_PM_SERIAL_ACTIVITY)
|
#if defined(CONFIG_PM) && !defined(CONFIG_STM32_PM_SERIAL_ACTIVITY)
|
||||||
# define CONFIG_STM32_PM_SERIAL_ACTIVITY 10
|
# define CONFIG_STM32_PM_SERIAL_ACTIVITY 10
|
||||||
#endif
|
#endif
|
||||||
#if defined(CONFIG_PM)
|
|
||||||
# define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Since RX DMA or TX DMA or both may be enabled for a given U[S]ART.
|
/* Since RX DMA or TX DMA or both may be enabled for a given U[S]ART.
|
||||||
* We need runtime detection in up_dma_setup and up_dma_shutdown
|
* We need runtime detection in up_dma_setup and up_dma_shutdown
|
||||||
|
@ -160,9 +160,6 @@
|
|||||||
#if defined(CONFIG_PM) && !defined(CONFIG_STM32F0L0G0_PM_SERIAL_ACTIVITY)
|
#if defined(CONFIG_PM) && !defined(CONFIG_STM32F0L0G0_PM_SERIAL_ACTIVITY)
|
||||||
# define CONFIG_STM32F0L0G0_PM_SERIAL_ACTIVITY 10
|
# define CONFIG_STM32F0L0G0_PM_SERIAL_ACTIVITY 10
|
||||||
#endif
|
#endif
|
||||||
#if defined(CONFIG_PM)
|
|
||||||
# define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Keep track if a Break was set
|
/* Keep track if a Break was set
|
||||||
*
|
*
|
||||||
|
@ -68,9 +68,6 @@
|
|||||||
#if defined(CONFIG_PM) && !defined(CONFIG_STM32F0L0G0_PM_SERIAL_ACTIVITY)
|
#if defined(CONFIG_PM) && !defined(CONFIG_STM32F0L0G0_PM_SERIAL_ACTIVITY)
|
||||||
# define CONFIG_STM32F0L0G0_PM_SERIAL_ACTIVITY 10
|
# define CONFIG_STM32F0L0G0_PM_SERIAL_ACTIVITY 10
|
||||||
#endif
|
#endif
|
||||||
#if defined(CONFIG_PM)
|
|
||||||
# define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Keep track if a Break was set
|
/* Keep track if a Break was set
|
||||||
*
|
*
|
||||||
|
@ -331,9 +331,6 @@
|
|||||||
#if defined(CONFIG_PM) && !defined(CONFIG_STM32F7_PM_SERIAL_ACTIVITY)
|
#if defined(CONFIG_PM) && !defined(CONFIG_STM32F7_PM_SERIAL_ACTIVITY)
|
||||||
# define CONFIG_STM32F7_PM_SERIAL_ACTIVITY 10
|
# define CONFIG_STM32F7_PM_SERIAL_ACTIVITY 10
|
||||||
#endif
|
#endif
|
||||||
#if defined(CONFIG_PM)
|
|
||||||
# define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Since RX DMA or TX DMA or both may be enabled for a given U[S]ART.
|
/* Since RX DMA or TX DMA or both may be enabled for a given U[S]ART.
|
||||||
* We need runtime detection in up_dma_setup and up_dma_shutdown
|
* We need runtime detection in up_dma_setup and up_dma_shutdown
|
||||||
|
@ -477,7 +477,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#if defined(CONFIG_PM)
|
#if defined(CONFIG_PM)
|
||||||
# warning stm32h7 serial power managemnt was taken from stm32f7 and is untested!
|
# warning stm32h7 serial power managemnt was taken from stm32f7 and is untested!
|
||||||
# define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Since RX DMA or TX DMA or both may be enabled for a given U[S]ART.
|
/* Since RX DMA or TX DMA or both may be enabled for a given U[S]ART.
|
||||||
|
@ -52,8 +52,6 @@
|
|||||||
# define END_IDLE()
|
# define END_IDLE()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Functions
|
* Private Functions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
@ -182,9 +182,6 @@
|
|||||||
#if defined(CONFIG_PM) && !defined(CONFIG_STM32L4_PM_SERIAL_ACTIVITY)
|
#if defined(CONFIG_PM) && !defined(CONFIG_STM32L4_PM_SERIAL_ACTIVITY)
|
||||||
# define CONFIG_STM32L4_PM_SERIAL_ACTIVITY 10
|
# define CONFIG_STM32L4_PM_SERIAL_ACTIVITY 10
|
||||||
#endif
|
#endif
|
||||||
#if defined(CONFIG_PM)
|
|
||||||
# define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Keep track if a Break was set
|
/* Keep track if a Break was set
|
||||||
*
|
*
|
||||||
|
@ -185,9 +185,6 @@
|
|||||||
#if defined(CONFIG_PM) && !defined(CONFIG_STM32L5_PM_SERIAL_ACTIVITY)
|
#if defined(CONFIG_PM) && !defined(CONFIG_STM32L5_PM_SERIAL_ACTIVITY)
|
||||||
# define CONFIG_STM32L5_PM_SERIAL_ACTIVITY 10
|
# define CONFIG_STM32L5_PM_SERIAL_ACTIVITY 10
|
||||||
#endif
|
#endif
|
||||||
#if defined(CONFIG_PM)
|
|
||||||
# define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Keep track if a Break was set
|
/* Keep track if a Break was set
|
||||||
*
|
*
|
||||||
|
@ -185,9 +185,6 @@
|
|||||||
#if defined(CONFIG_PM) && !defined(CONFIG_STM32U5_PM_SERIAL_ACTIVITY)
|
#if defined(CONFIG_PM) && !defined(CONFIG_STM32U5_PM_SERIAL_ACTIVITY)
|
||||||
# define CONFIG_STM32U5_PM_SERIAL_ACTIVITY 10
|
# define CONFIG_STM32U5_PM_SERIAL_ACTIVITY 10
|
||||||
#endif
|
#endif
|
||||||
#if defined(CONFIG_PM)
|
|
||||||
# define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Keep track if a Break was set
|
/* Keep track if a Break was set
|
||||||
*
|
*
|
||||||
|
@ -67,10 +67,6 @@
|
|||||||
# define CONFIG_TIVA_PM_SERIAL_ACTIVITY 10
|
# define CONFIG_TIVA_PM_SERIAL_ACTIVITY 10
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(CONFIG_PM)
|
|
||||||
# define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Types
|
* Private Types
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
@ -84,8 +84,6 @@
|
|||||||
# define MM_HEAP(i) UMM_HEAP(i)
|
# define MM_HEAP(i) UMM_HEAP(i)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PM_IDLE_DOMAIN 0
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Public Data
|
* Public Data
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
@ -68,8 +68,6 @@
|
|||||||
# define CONFIG_PM_SLEEP_WAKEUP_NSEC 0
|
# define CONFIG_PM_SLEEP_WAKEUP_NSEC 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
|
|
||||||
#ifndef MIN
|
#ifndef MIN
|
||||||
# define MIN(a, b) (((a) < (b)) ? (a) : (b))
|
# define MIN(a, b) (((a) < (b)) ? (a) : (b))
|
||||||
#endif
|
#endif
|
||||||
|
@ -33,8 +33,6 @@
|
|||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Public Functions
|
* Public Functions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
@ -85,8 +85,6 @@
|
|||||||
# define CONFIG_PM_SLEEP_WAKEUP_NSEC 0
|
# define CONFIG_PM_SLEEP_WAKEUP_NSEC 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
|
|
||||||
#ifndef MIN
|
#ifndef MIN
|
||||||
# define MIN(a, b) (((a) < (b)) ? (a) : (b))
|
# define MIN(a, b) (((a) < (b)) ? (a) : (b))
|
||||||
#endif
|
#endif
|
||||||
|
@ -56,7 +56,6 @@
|
|||||||
# define CONFIG_PM_SLEEP_WAKEUP_NSEC 0
|
# define CONFIG_PM_SLEEP_WAKEUP_NSEC 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
@ -69,8 +69,6 @@
|
|||||||
# define CONFIG_PM_ALARM_NSEC 0
|
# define CONFIG_PM_ALARM_NSEC 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Data
|
* Private Data
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
@ -69,8 +69,6 @@
|
|||||||
# define CONFIG_PM_ALARM_NSEC 0
|
# define CONFIG_PM_ALARM_NSEC 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Data
|
* Private Data
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
@ -105,8 +105,6 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Data
|
* Private Data
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
@ -96,8 +96,6 @@
|
|||||||
# define CONFIG_PM_BUTTON_ACTIVITY 10
|
# define CONFIG_PM_BUTTON_ACTIVITY 10
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
|
|
||||||
/* Miscellaneous Definitions ************************************************/
|
/* Miscellaneous Definitions ************************************************/
|
||||||
|
|
||||||
#ifndef MIN
|
#ifndef MIN
|
||||||
|
@ -69,8 +69,6 @@
|
|||||||
# define CONFIG_PM_ALARM_NSEC 0
|
# define CONFIG_PM_ALARM_NSEC 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Data
|
* Private Data
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
@ -69,8 +69,6 @@
|
|||||||
# define CONFIG_PM_ALARM_NSEC 0
|
# define CONFIG_PM_ALARM_NSEC 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Data
|
* Private Data
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
@ -58,8 +58,6 @@
|
|||||||
# define CONFIG_PM_BUTTON_ACTIVITY 10
|
# define CONFIG_PM_BUTTON_ACTIVITY 10
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Function Prototypes
|
* Private Function Prototypes
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
@ -44,8 +44,6 @@
|
|||||||
# define CONFIG_PM_BUTTON_ACTIVITY 10
|
# define CONFIG_PM_BUTTON_ACTIVITY 10
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Function Prototypes
|
* Private Function Prototypes
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
@ -44,8 +44,6 @@
|
|||||||
# define CONFIG_PM_BUTTON_ACTIVITY 10
|
# define CONFIG_PM_BUTTON_ACTIVITY 10
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PM_IDLE_DOMAIN 0 /* Revisit */
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Function Prototypes
|
* Private Function Prototypes
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
@ -82,6 +82,8 @@
|
|||||||
# error CONFIG_PM_NDOMAINS invalid
|
# error CONFIG_PM_NDOMAINS invalid
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define PM_IDLE_DOMAIN 0
|
||||||
|
|
||||||
/* CONFIG_IDLE_CUSTOM. Some architectures support this definition. This,
|
/* CONFIG_IDLE_CUSTOM. Some architectures support this definition. This,
|
||||||
* if defined, will allow you replace the default IDLE loop with your
|
* if defined, will allow you replace the default IDLE loop with your
|
||||||
* own, custom idle loop to support board-specific IDLE time power management
|
* own, custom idle loop to support board-specific IDLE time power management
|
||||||
|
Loading…
Reference in New Issue
Block a user