Building nrf bt examples for NRF5340 fails with NRF SDK v2.6.0

When I build some example (e.g. samples\bluetooth\direct_test_mode) with NRF Connect SDK Toolchain v2.6.0 and NRF Connect SDK v2.6.0, I get the following errors:

warning: SOC_DCDC_NRF53X_APP (defined at soc/arm/nordic_nrf\nrf53\Kconfig.soc:104) has direct dependencies SOC_NRF5340_CPUAPP && SOC_SERIES_NRF53X && SOC_FAMILY_NRF with value n, but is currently being y-selected by the following symbols:
- BOARD_ENABLE_DCDC_APP (defined at C:/zephyrdemos_nus/Kconfig:3, C:/zephyrdemos_nus/zephyr/boards/arm/nrf5340dk_nrf5340/Kconfig:8), with value y, direct dependencies y (value: y)

warning: SOC_DCDC_NRF53X_NET (defined at soc/arm/nordic_nrf\nrf53\Kconfig.soc:110) has direct dependencies SOC_NRF5340_CPUAPP && SOC_SERIES_NRF53X && SOC_FAMILY_NRF with value n, but is currently being y-selected by the following symbols:
- BOARD_ENABLE_DCDC_NET (defined at C:/zephyrdemos_nus/Kconfig:8, C:/zephyrdemos_nus/zephyr/boards/arm/nrf5340dk_nrf5340/Kconfig:13), with value y, direct dependencies y (value: y)

warning: SOC_DCDC_NRF53X_HV (defined at soc/arm/nordic_nrf\nrf53\Kconfig.soc:116) has direct dependencies SOC_NRF5340_CPUAPP && SOC_SERIES_NRF53X && SOC_FAMILY_NRF with value n, but is currently being y-selected by the following symbols:
- BOARD_ENABLE_DCDC_HV (defined at C:/zephyrdemos_nus/Kconfig:13, C:/zephyrdemos_nus/zephyr/boards/arm/nrf5340dk_nrf5340/Kconfig:18), with value y, direct dependencies y (value: y)

error: Aborting due to Kconfig warnings

With v2.5.0 this is built fine. 

Related