From 7f19764d9e09bb1e4cf02f44f487ac69dc6da88f Mon Sep 17 00:00:00 2001 From: Emil Lindqvist Date: Thu, 2 Nov 2023 08:44:48 +0100 Subject: [PATCH] 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 --- drivers/sensor/vcnl4040/Kconfig | 2 +- subsys/net/ip/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/sensor/vcnl4040/Kconfig b/drivers/sensor/vcnl4040/Kconfig index 5973316ca6a..a4e6be8d715 100644 --- a/drivers/sensor/vcnl4040/Kconfig +++ b/drivers/sensor/vcnl4040/Kconfig @@ -21,7 +21,7 @@ config VCNL4040_ENABLE_ALS config VCNL4040_TRIGGER bool -choice +choice VCNL4040_TRIGGER prompt "Trigger mode" default VCNL4040_TRIGGER_NONE help diff --git a/subsys/net/ip/Kconfig b/subsys/net/ip/Kconfig index dd057d46760..b8e51e09f64 100644 --- a/subsys/net/ip/Kconfig +++ b/subsys/net/ip/Kconfig @@ -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