Commit b3c7363
committed
zephyr: uart: Conditionalize irq handling for alloc
Currently, the IRQ handling code requires a SpinMutex which is only
available with Arc, which requires allocation.
Disable this use of the driver in this situation.
Signed-off-by: David Brown <david.brown@linaro.org>1 parent 173942a commit b3c7363
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
123 | 125 | | |
124 | 126 | | |
125 | 127 | | |
| 128 | + | |
126 | 129 | | |
127 | 130 | | |
128 | 131 | | |
| |||
0 commit comments