Skip to content

Commit

Permalink
Kconfig: CONFIG_NO_VERSION depends on EXPERIMENTAL
Browse files Browse the repository at this point in the history
Change-Id: I0dc70c38d37c1fae2ab4ec8dc04f02922e764f18
  • Loading branch information
Frank Mehnert authored and kk-infra committed Apr 10, 2024
1 parent 257ff95 commit ee5d9fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -765,9 +765,10 @@ config MAINTAINER_MODE

config NO_VERSION
bool "Do not provide build version info"
depends on EXPERIMENTAL
help
Do not provide build version info to avoid the need to relink all kernel
unit tests on each build.
Do not provide build version info to avoid the need to relink all
kernel unit tests on each build.

config LABEL
string "Configuration label"
Expand Down

0 comments on commit ee5d9fd

Please sign in to comment.