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:
Alberto Escolar Piedras 2024-05-06 13:06:06 +02:00 committed by Fabio Baltieri
commit 7ab8e39519

View file

@ -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