Skip to content

Commit d15717a

Browse files
tejlmandcarlescufi
authored andcommitted
kconfig: debug: experimental settings now uses select EXPERIMENTAL
With the introduction of `EXPERIMENTAL` and `WARN_EXPERIMENTAL` in Zephyr all subsys/debug settings having `[EXPERIMENTAL]` in their prompt has has been updated to include `select EXPERIMENTAL` so that developers can enable warnings when experimental features are enabled. Signed-off-by: Torsten Rasmussen <[email protected]>
1 parent bd61122 commit d15717a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/debug/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ endmenu
343343
config GDBSTUB
344344
bool "GDB remote serial protocol support [EXPERIMENTAL]"
345345
depends on ARCH_HAS_GDBSTUB
346+
select EXPERIMENTAL
346347
help
347348
This option enable support the target using GDB, or any other
348349
application that supports GDB protocol.

0 commit comments

Comments
 (0)