Skip to content

Commit 918e612

Browse files
committed
kconfig: Use SOC_NRF54H20_ENGB
Certain Kconfigs were only enabled for or in relation to nRF54H20 EngC, which is the default chip revision. Ensure that the same settings are available on EngB. Signed-off-by: Grzegorz Swiderski <[email protected]>
1 parent 4d6b85d commit 918e612

File tree

10 files changed

+18
-17
lines changed

10 files changed

+18
-17
lines changed

applications/machine_learning/Kconfig.sysbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ config PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY
2626

2727
config ML_APP_INCLUDE_REMOTE_IMAGE
2828
bool "Include remote image build"
29-
depends on SOC_NRF54H20_CPUAPP
29+
depends on SOC_NRF54H20_CPUAPP || SOC_NRF54H20_ENGB_CPUAPP
3030

3131
config ML_APP_REMOTE_BOARD
3232
string "The name of the board to be used by remote image"

applications/nrf_desktop/src/modules/Kconfig.dvfs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
menuconfig DESKTOP_DVFS
88
bool "DVFS module"
9-
depends on SOC_NRF54H20_CPUAPP
9+
depends on SOC_NRF54H20_CPUAPP || SOC_NRF54H20_ENGB_CPUAPP
1010
default y
1111
help
1212
This option enable DVFS module which switches frequency and voltage according

samples/benchmarks/coremark/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
menu "CoreMark sample"
88

99
config APP_MODE_FLASH_AND_RUN
10-
bool "Run CoreMark benchmark on start up" if !SOC_NRF54H20_CPUPPR
11-
default y if SOC_NRF54H20_CPUPPR
10+
bool "Run CoreMark benchmark on start up" if !(SOC_NRF54H20_CPUPPR || SOC_NRF54H20_ENGB_CPUPPR)
11+
default y if SOC_NRF54H20_CPUPPR || SOC_NRF54H20_ENGB_CPUPPR
1212
help
1313
If enabled, CoreMark will start execution immediately after the CPU starts up.
1414
It also disables LEDs and buttons.

samples/peripheral/802154_phy_test/modules/app_rpc/zephyr/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
config APP_RPC
88
bool "Enables application module features requiring interaction between cores"
9-
depends on SOC_NRF5340_CPUNET || SOC_NRF5340_CPUAPP || SOC_NRF54H20_CPUAPP || SOC_NRF54H20_CPURAD
9+
depends on SOC_NRF5340_CPUNET || SOC_NRF5340_CPUAPP || SOC_NRF54H20_CPUAPP || SOC_NRF54H20_ENGB_CPUAPP || SOC_NRF54H20_CPURAD || SOC_NRF54H20_ENGB_CPURAD
1010
select NRF_RPC
1111
select NRF_RPC_CBOR

subsys/bluetooth/controller/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ config BT_LL_SOFTDEVICE
4545
select BT_CTLR_SUBRATING_SUPPORT
4646
select BT_LL_SOFTDEVICE_HEADERS_INCLUDE
4747
depends on (SOC_SERIES_BSIM_NRFXX || SOC_SERIES_NRF52X || SOC_COMPATIBLE_NRF5340_CPUNET ||\
48-
SOC_NRF54H20_CPURAD || SOC_SERIES_NRF54LX)
48+
SOC_NRF54H20_CPURAD || SOC_NRF54H20_ENGB_CPURAD || SOC_SERIES_NRF54LX)
4949
depends on DT_HAS_NORDIC_BT_HCI_SDC_ENABLED
5050
help
5151
Use SoftDevice Link Layer implementation.
@@ -318,6 +318,7 @@ choice BT_LL_SOFTDEVICE_VARIANT
318318
BT_ISO || \
319319
SOC_COMPATIBLE_NRF5340_CPUNET || \
320320
SOC_NRF54H20_CPURAD || \
321+
SOC_NRF54H20_ENGB_CPURAD || \
321322
SOC_SERIES_NRF54LX)
322323
default BT_LL_SOFTDEVICE_CENTRAL if BT_OBSERVER
323324
default BT_LL_SOFTDEVICE_PERIPHERAL if BT_BROADCASTER

subsys/esb/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ config ESB_NEVER_DISABLE_TX
150150

151151
config ESB_FAST_SWITCHING
152152
select EXPERIMENTAL
153-
depends on !ESB_NEVER_DISABLE_TX && SOC_NRF54H20_CPURAD
153+
depends on !ESB_NEVER_DISABLE_TX && (SOC_NRF54H20_CPURAD || SOC_NRF54H20_ENGB_CPURAD)
154154
bool "Fast radio TX/RX and RX/TX switching [EXPERIMENTAL]"
155155
help
156156
This option enables fast switching between transmit (TX) and receive (RX) modes
@@ -164,7 +164,7 @@ config ESB_FAST_SWITCHING
164164

165165
config ESB_FAST_CHANNEL_SWITCHING
166166
select EXPERIMENTAL
167-
depends on SOC_NRF54H20_CPURAD
167+
depends on SOC_NRF54H20_CPURAD || SOC_NRF54H20_ENGB_CPURAD
168168
bool "Fast radio channel switching [EXPERIMENTAL]"
169169
help
170170
This option enables fast radio channel switching.

subsys/sdfw_services/Kconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ menu "SDFW Service Framework"
2424

2525
config SSF_CLIENT_DOMAIN_ID
2626
int
27-
default 2 if SOC_NRF54H20_CPUAPP || SOC_NRF9280_CPUAPP
28-
default 3 if SOC_NRF54H20_CPURAD || SOC_NRF9280_CPURAD
27+
default 2 if SOC_NRF54H20_CPUAPP || SOC_NRF54H20_ENGB_CPUAPP || SOC_NRF9280_CPUAPP
28+
default 3 if SOC_NRF54H20_CPURAD || SOC_NRF54H20_ENGB_CPURAD || SOC_NRF9280_CPURAD
2929
default 0
3030

3131
config SSF_CLIENT_NRF_RPC_GROUP_NAME
3232
string
33-
default "app" if SOC_NRF54H20_CPUAPP || SOC_NRF9280_CPUAPP
34-
default "rad" if SOC_NRF54H20_CPURAD || SOC_NRF9280_CPURAD
33+
default "app" if SOC_NRF54H20_CPUAPP || SOC_NRF54H20_ENGB_CPUAPP || SOC_NRF9280_CPUAPP
34+
default "rad" if SOC_NRF54H20_CPURAD || SOC_NRF54H20_ENGB_CPURAD || SOC_NRF9280_CPURAD
3535
default ""
3636

3737
config SSF_CLIENT_SYS_INIT

sysbuild/Kconfig.appcore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
config SUPPORT_APPCORE
66
bool
7-
default y if (SOC_NRF5340_CPUNET || SOC_NRF54H20_CPURAD)
7+
default y if (SOC_NRF5340_CPUNET || SOC_NRF54H20_CPURAD || SOC_NRF54H20_ENGB_CPURAD)
88

99
config APPCORE_REMOTE_BOARD_TARGET_CPUCLUSTER
1010
string

sysbuild/Kconfig.netcore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ config EXTERNAL_CONFIGURED_NETCORE
1010

1111
config SUPPORT_NETCORE
1212
bool
13-
default y if (SOC_NRF5340_CPUAPP || SOC_NRF54H20_CPUAPP)
13+
default y if (SOC_NRF5340_CPUAPP || SOC_NRF54H20_CPUAPP || SOC_NRF54H20_ENGB_CPUAPP)
1414

1515
config NETCORE_REMOTE_BOARD_TARGET_CPUCLUSTER
1616
string
1717
default "cpunet" if SOC_NRF5340_CPUAPP
18-
default "cpurad" if SOC_NRF54H20_CPUAPP
18+
default "cpurad" if SOC_NRF54H20_CPUAPP || SOC_NRF54H20_ENGB_CPUAPP
1919

2020
config NETCORE_REMOTE_DOMAIN
2121
string

sysbuild/Kconfig.pprcore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
config SUPPORT_PPRCORE
66
bool
7-
default y if SOC_NRF54H20_CPUAPP
7+
default y if SOC_NRF54H20_CPUAPP || SOC_NRF54H20_ENGB_CPUAPP
88

99
config PPRCORE_REMOTE_BOARD_TARGET_CPUCLUSTER
1010
string
11-
default "cpuppr" if SOC_NRF54H20_CPUAPP
11+
default "cpuppr" if SOC_NRF54H20_CPUAPP || SOC_NRF54H20_ENGB_CPUAPP

0 commit comments

Comments
 (0)