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:
parent
0be647ccaa
commit
7f19764d9e
|
@ -21,7 +21,7 @@ config VCNL4040_ENABLE_ALS
|
|||
config VCNL4040_TRIGGER
|
||||
bool
|
||||
|
||||
choice
|
||||
choice VCNL4040_TRIGGER
|
||||
prompt "Trigger mode"
|
||||
default VCNL4040_TRIGGER_NONE
|
||||
help
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue