Commit e6adeb2
committed
boards: ace: power: disable unused asynchronous runtime PM
This patch removes the `CONFIG_PM_DEVICE_RUNTIME_ASYNC` configuration
from the Intel ADSP board files, including ACE15 MTPM, ACE20 LNL, ACE30
PTL, and ACE30 WCL.
The asynchronous runtime power management feature is not utilized by any
device drivers in our project, rendering it unnecessary. By excluding this
configuration, we prevent the compilation of dead code related to power
management, optimizing the build process and reducing potential overhead.
Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>1 parent 117e460 commit e6adeb2
4 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
0 commit comments