diff --git a/peripherals/vsensor/Kconfig b/peripherals/vsensor/Kconfig index 9755482e4a..281b4ca367 100644 --- a/peripherals/vsensor/Kconfig +++ b/peripherals/vsensor/Kconfig @@ -149,6 +149,10 @@ if PKG_USING_VIRTUAL_SENSOR default "spo2" endif + config PKG_USING_VIRTUAL_SENSOR_DBG + bool "SENS : Enable virtual sensor debug log" + default y + config PKG_VIRTUAL_SENSOR_VER string default "v1.0.0" if PKG_USING_VIRTUAL_SENSOR_V100