soc: Add SOC_COMPATIBLE_NRF54L* options
In preparation for simulated nRF54L targets, let's add kconfig options aking to the ones we have for the nRF52 and 53 devices. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
7e95816baf
commit
7ab8e39519
1 changed files with 9 additions and 0 deletions
|
@ -36,6 +36,9 @@ config SOC_COMPATIBLE_NRF52X
|
|||
config SOC_COMPATIBLE_NRF53X
|
||||
bool
|
||||
|
||||
config SOC_COMPATIBLE_NRF54LX
|
||||
bool
|
||||
|
||||
config SOC_COMPATIBLE_NRF52833
|
||||
bool
|
||||
|
||||
|
@ -45,6 +48,12 @@ config SOC_COMPATIBLE_NRF5340_CPUNET
|
|||
config SOC_COMPATIBLE_NRF5340_CPUAPP
|
||||
bool
|
||||
|
||||
config SOC_COMPATIBLE_NRF54L15
|
||||
bool
|
||||
|
||||
config SOC_COMPATIBLE_NRF54L15_CPUAPP
|
||||
bool
|
||||
|
||||
config SOC_DEPRECATED_RELEASE
|
||||
string
|
||||
help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue