Skip to content

Commit 6bdb1b0

Browse files
magp-nordicmasz-nordic
authored andcommitted
applications: hpf: move common Kconfig to gpio and mspi Kconfigs
Move options from common HPF Kconfig file to GPIO and MSPI applications' specific Kconfig files to fix building these appliactions out-of-tree with VS Code. Signed-off-by: Magdalena Pastula <[email protected]>
1 parent a6f1861 commit 6bdb1b0

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

applications/hpf/Kconfig

Lines changed: 0 additions & 7 deletions
This file was deleted.

applications/hpf/gpio/Kconfig

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,12 @@ config HPF_GPIO_BACKEND_ICBMSG
1515

1616
endchoice
1717

18-
rsource "../Kconfig"
18+
config HPF_DEVELOPER_MODE
19+
bool "HPF developer mode"
20+
help
21+
High Performance Framework developer mode.
22+
If enabled, changes in HRT files will be included in build.
23+
Otherwise, if there is a change in HRT that produces a different ASM file than
24+
the provided one, build error is reported.
25+
1926
source "Kconfig.zephyr"

applications/hpf/mspi/Kconfig

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,12 @@ config HPF_MSPI_FAULT_TIMER
1818
Timer is used to detect application faults. If the timer expires,
1919
the application is considered to be in a fault state.
2020

21-
rsource "../Kconfig"
21+
config HPF_DEVELOPER_MODE
22+
bool "HPF developer mode"
23+
help
24+
High Performance Framework developer mode.
25+
If enabled, changes in HRT files will be included in build.
26+
Otherwise, if there is a change in HRT that produces a different ASM file than
27+
the provided one, build error is reported.
28+
2229
source "Kconfig.zephyr"

0 commit comments

Comments
 (0)