From 7ab8e395195367d1ca23ce5e29e79318d82e011c Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Mon, 6 May 2024 13:06:06 +0200 Subject: [PATCH] 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 --- soc/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/soc/Kconfig b/soc/Kconfig index 0063021c3e3..cd3b17f28af 100644 --- a/soc/Kconfig +++ b/soc/Kconfig @@ -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