Commit a1c0510
committed
Intel: platform: use Kconfig for IDC stack size
On Intel platforms, SOF_STACK_SIZE is only used to define the IDC worker
thread stack size. However, a Kconfig option, CONFIG_SOF_STACK_SIZE,
already exists. On some platforms, the IDC worker thread stack size was
hard-coded in memory.h, which appears to have been an oversight.
The default value of CONFIG_SOF_STACK_SIZE is 4096, but it is increased
to 8192 for 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 a1c0510
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