soc: nrf: Use data from DTS to populate HAS_HW_NRF_* Kconfig options
Instead of selecting appropriate HAS_HW_NRF_* options for particular nRF SoCs (and simulated nRF52 target), set their values basing on information from devicetree. Correct also semantics of those options so that they are set only when a corresponding DT node is enabled. This allows using them directly in Kconfig dependencies of Zephyr drivers for nRF peripherals. Update appropriately these dependencies. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
parent
f80e572750
commit
586e26e8fc
18 changed files with 178 additions and 837 deletions
|
@ -1,12 +1,9 @@
|
|||
# Copyright (c) 2021 Nordic Semiconductor ASA
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# Workaround for not being able to have commas in macro arguments
|
||||
DT_COMPAT_NORDIC_NRF_PDM := nordic,nrf-pdm
|
||||
|
||||
config AUDIO_DMIC_NRFX_PDM
|
||||
bool "nRF PDM nrfx driver"
|
||||
depends on $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_PDM))
|
||||
depends on HAS_HW_NRF_PDM
|
||||
default y
|
||||
select NRFX_PDM
|
||||
help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue