From 3d9fda640f0b03e7b1c6fee7404dcebad23ea460 Mon Sep 17 00:00:00 2001 From: Dawid Przybylo Date: Thu, 3 Jul 2025 07:04:35 +0200 Subject: [PATCH] boards: shields: Rename CONFIG_NPM1300_CHARGER to CONFIG_NPM13XX_CHARGER Align kconfig to new name because of PR: https://github.com/nrfconnect/sdk-nrf/pull/23065 Ref: KRKNWK-20498 Signed-off-by: Dawid Przybylo --- boards/shields/nrf2240ek/boards/nrf52833dk_nrf52833.conf | 6 +++--- boards/shields/nrf2240ek/boards/nrf52840dk_nrf52840.conf | 6 +++--- .../shields/nrf2240ek/boards/nrf5340dk_nrf5340_cpunet.conf | 6 +++--- .../nrf2240ek/boards/nrf54l15dk_nrf54l15_cpuapp.conf | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/boards/shields/nrf2240ek/boards/nrf52833dk_nrf52833.conf b/boards/shields/nrf2240ek/boards/nrf52833dk_nrf52833.conf index 71f41b024939..202c97350f89 100644 --- a/boards/shields/nrf2240ek/boards/nrf52833dk_nrf52833.conf +++ b/boards/shields/nrf2240ek/boards/nrf52833dk_nrf52833.conf @@ -1,7 +1,7 @@ -# Options related to the nPM1300 regulator and the workaround +# Options related to the nPM13XX regulator and the workaround # against voltage drops on the nRF2240 power supply pin VDDPALDO. CONFIG_SENSOR=y -CONFIG_NPM1300_CHARGER=y -# Ensure that FEM is initialized after the nPM1300 current limit on the nRF2240EK is set. +CONFIG_NPM13XX_CHARGER=y +# Ensure that FEM is initialized after the nPM13XX current limit on the nRF2240EK is set. CONFIG_SENSOR_INIT_PRIORITY=90 CONFIG_MPSL_FEM_INIT_PRIORITY=91 diff --git a/boards/shields/nrf2240ek/boards/nrf52840dk_nrf52840.conf b/boards/shields/nrf2240ek/boards/nrf52840dk_nrf52840.conf index 71f41b024939..202c97350f89 100644 --- a/boards/shields/nrf2240ek/boards/nrf52840dk_nrf52840.conf +++ b/boards/shields/nrf2240ek/boards/nrf52840dk_nrf52840.conf @@ -1,7 +1,7 @@ -# Options related to the nPM1300 regulator and the workaround +# Options related to the nPM13XX regulator and the workaround # against voltage drops on the nRF2240 power supply pin VDDPALDO. CONFIG_SENSOR=y -CONFIG_NPM1300_CHARGER=y -# Ensure that FEM is initialized after the nPM1300 current limit on the nRF2240EK is set. +CONFIG_NPM13XX_CHARGER=y +# Ensure that FEM is initialized after the nPM13XX current limit on the nRF2240EK is set. CONFIG_SENSOR_INIT_PRIORITY=90 CONFIG_MPSL_FEM_INIT_PRIORITY=91 diff --git a/boards/shields/nrf2240ek/boards/nrf5340dk_nrf5340_cpunet.conf b/boards/shields/nrf2240ek/boards/nrf5340dk_nrf5340_cpunet.conf index 71f41b024939..202c97350f89 100644 --- a/boards/shields/nrf2240ek/boards/nrf5340dk_nrf5340_cpunet.conf +++ b/boards/shields/nrf2240ek/boards/nrf5340dk_nrf5340_cpunet.conf @@ -1,7 +1,7 @@ -# Options related to the nPM1300 regulator and the workaround +# Options related to the nPM13XX regulator and the workaround # against voltage drops on the nRF2240 power supply pin VDDPALDO. CONFIG_SENSOR=y -CONFIG_NPM1300_CHARGER=y -# Ensure that FEM is initialized after the nPM1300 current limit on the nRF2240EK is set. +CONFIG_NPM13XX_CHARGER=y +# Ensure that FEM is initialized after the nPM13XX current limit on the nRF2240EK is set. CONFIG_SENSOR_INIT_PRIORITY=90 CONFIG_MPSL_FEM_INIT_PRIORITY=91 diff --git a/boards/shields/nrf2240ek/boards/nrf54l15dk_nrf54l15_cpuapp.conf b/boards/shields/nrf2240ek/boards/nrf54l15dk_nrf54l15_cpuapp.conf index 71f41b024939..202c97350f89 100644 --- a/boards/shields/nrf2240ek/boards/nrf54l15dk_nrf54l15_cpuapp.conf +++ b/boards/shields/nrf2240ek/boards/nrf54l15dk_nrf54l15_cpuapp.conf @@ -1,7 +1,7 @@ -# Options related to the nPM1300 regulator and the workaround +# Options related to the nPM13XX regulator and the workaround # against voltage drops on the nRF2240 power supply pin VDDPALDO. CONFIG_SENSOR=y -CONFIG_NPM1300_CHARGER=y -# Ensure that FEM is initialized after the nPM1300 current limit on the nRF2240EK is set. +CONFIG_NPM13XX_CHARGER=y +# Ensure that FEM is initialized after the nPM13XX current limit on the nRF2240EK is set. CONFIG_SENSOR_INIT_PRIORITY=90 CONFIG_MPSL_FEM_INIT_PRIORITY=91