Skip to content

Commit 9815d74

Browse files
aescolarPerMac
authored andcommitted
[nrf fromtree] soc: Add SOC_COMPATIBLE_NRF54LM20* options
In preparation for simulated nRF54LM20 targets, let's add kconfig options aking to the ones we have for the nRF54L15 devices. Signed-off-by: Alberto Escolar Piedras <[email protected]> (cherry picked from commit 65fb246)
1 parent 151b510 commit 9815d74

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

soc/Kconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ config SOC_COMPATIBLE_NRF54L15
4949
config SOC_COMPATIBLE_NRF54L15_CPUAPP
5050
bool
5151

52+
config SOC_COMPATIBLE_NRF54LM20A
53+
bool
54+
55+
config SOC_COMPATIBLE_NRF54LM20A_CPUAPP
56+
bool
57+
5258
config SOC_DEPRECATED_RELEASE
5359
string
5460
help

0 commit comments

Comments
 (0)