Skip to content

Commit

Permalink
samples: boards: nrf: nrfx: Fix (D)PPI dependency
Browse files Browse the repository at this point in the history
Move Kconfig.zephyr above local kconfigs.

Signed-off-by: Krzysztof Chruściński <[email protected]>
  • Loading branch information
nordic-krch committed Sep 11, 2024
1 parent 95d00c3 commit b80f725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/boards/nrf/nrfx/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Copyright (c) 2021 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0

source "Kconfig.zephyr"

config NRFX_DPPI
default $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF_DPPIC))

Expand All @@ -16,5 +18,3 @@ config NRFX_GPIOTE0
config NRFX_GPIOTE1
default y if (SOC_SERIES_NRF53X && TRUSTED_EXECUTION_NONSECURE) || \
(SOC_SERIES_NRF91X && TRUSTED_EXECUTION_NONSECURE)

source "Kconfig.zephyr"

0 comments on commit b80f725

Please sign in to comment.