Commit e6050cc
committed
bluetooh: controller: Force ICACHE and DCACHE select on nRF SoCs
The ICACHE and DCACHE must be enabled when using Bluetooth stack
on nRF54h20 radio core. If it is not, then real time requirements
are not met and the stack will not work. To make sure a user
doesn't try to run an application with caches disabled force
its selection when building Bluetooth controller.
Having both caches enabled is also benefitial on other nRF SoCs,
hence the change makes ICACHE and DCACHE to be selected if
a CPU has CPU_HAS_ICACHE or CPU_HAS_DCACHE selected.
Signed-off-by: Piotr Pryga <[email protected]>1 parent cb8ed76 commit e6050cc
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
0 commit comments