From ab9f7497baaa05f0ca2a05e213b6e01b597c947c Mon Sep 17 00:00:00 2001 From: Peter Bigot Date: Mon, 16 Nov 2020 09:01:32 -0600 Subject: [PATCH] shell: shell: select FP formatting support This module needs to format floating point values in shell print statements, which requires FP format support. Signed-off-by: Peter Bigot --- drivers/sensor/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/sensor/Kconfig b/drivers/sensor/Kconfig index 047843dc94a..af05c2c88f7 100644 --- a/drivers/sensor/Kconfig +++ b/drivers/sensor/Kconfig @@ -23,6 +23,7 @@ config SENSOR_INIT_PRIORITY config SENSOR_SHELL bool "Enable sensor shell" depends on SHELL + select CBPRINTF_FP_SUPPORT default y help This shell provides access to basic sensor data.