From 9d3f9e3921bb34e5ebb48db2f212b07da9ed9ada Mon Sep 17 00:00:00 2001 From: Mikkel Jakobsen Date: Thu, 20 Jan 2022 14:39:15 +0100 Subject: [PATCH] drivers: sensor: icm42605: make trigger mode choice named convert choice to named choice to allow setting from Kconfig.* files Signed-off-by: Mikkel Jakobsen --- drivers/sensor/icm42605/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/sensor/icm42605/Kconfig b/drivers/sensor/icm42605/Kconfig index 693ab26e21a..4eb171daa49 100644 --- a/drivers/sensor/icm42605/Kconfig +++ b/drivers/sensor/icm42605/Kconfig @@ -11,7 +11,7 @@ menuconfig ICM42605 if ICM42605 -choice +choice ICM42605_TRIGGER_MODE prompt "Trigger mode" default ICM42605_TRIGGER_GLOBAL_THREAD help