kconfig: name choices to make changable in outside Kconfigs

This commit names a couple of choices to allow the default
value to be overridden by Kconfig files out of tree

Signed-off-by: Emil Lindqvist <emil@lindq.gr>
This commit is contained in:
Emil Lindqvist 2023-11-02 08:44:48 +01:00 committed by Maureen Helm
parent 0be647ccaa
commit 7f19764d9e
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ config VCNL4040_ENABLE_ALS
config VCNL4040_TRIGGER
bool
choice
choice VCNL4040_TRIGGER
prompt "Trigger mode"
default VCNL4040_TRIGGER_NONE
help

View file

@ -863,7 +863,7 @@ config NET_HEADERS_ALWAYS_CONTIGUOUS
# If we are running network tests found in tests/net, then the NET_TEST is
# set and in that case we default to Dummy L2 layer as typically the tests
# use that by default.
choice
choice NET_DEFAULT_IF
prompt "Default Network Interface"
default NET_DEFAULT_IF_DUMMY if NET_TEST
default NET_DEFAULT_IF_FIRST