modules: hal_nordic: add Kconfig selecting resource header

The resource reservation header is now included according to a Kconfig
value. The Kconfig can be overriden out-of-tree in case a different
header is needed.

Signed-off-by: Rafał Kuźnia <rafal.kuznia@nordicsemi.no>
This commit is contained in:
Rafał Kuźnia 2024-11-18 15:40:50 +01:00 committed by Benjamin Cabé
commit 006100a1c1
2 changed files with 7 additions and 1 deletions

View file

@ -1209,4 +1209,8 @@ config NRFX_PRS_BOX_4
endmenu
config NRFX_RESERVED_RESOURCES_HEADER
string
default "nrfx_config_reserved_resources.h"
endmenu # "nrfx drivers"