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 bca9c67 commit 8263bcd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions samples/boards/nrf/nrfx/Kconfig
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# 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))
default HAS_HW_NRF_DPPIC

config NRFX_PPI
default $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF_PPI))
default HAS_HW_NRF_PPI

config NRFX_GPIOTE0
default y if SOC_SERIES_NRF51X || \
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 8263bcd

Please sign in to comment.