Commit b18e8ca
committed
zephyr: userspace_helper: do not always build access helpers
Now that we have CONFIG_SOF_USERSPACE_LL, use it to conditionally
drop some of the thread access helpers. Access to mailbox, DAIs
and DMAs is currently only needed if LL thread is run in user-space.
Leave these out if SOF is built for LL thread scheduling in kernel
space.
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>1 parent 947349e commit b18e8ca
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| |||
162 | 164 | | |
163 | 165 | | |
164 | 166 | | |
| 167 | + | |
| 168 | + | |
165 | 169 | | |
166 | 170 | | |
167 | 171 | | |
| |||
0 commit comments