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