Commit c7d5950
committed
intel: platform: use Kconfig for IDC stack size
The stack size is defined by the Kconfig option CONFIG_SOF_STACK_SIZE.
On some platforms, the IDC worker thread stack used a hard-coded value,
which seems to have been an oversight.
The default CONFIG_SOF_STACK_SIZE value is 4096, but it is increased to
8192 on the PTL board and in some overlays, such as the MTL DAX overlay.
Therefore, this change also increases the IDC worker thread stack size
for those configurations.
Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>1 parent 8c0c11b commit c7d5950
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments