diff --git a/peripherals/sensors/tsl4531/Kconfig b/peripherals/sensors/tsl4531/Kconfig index da151bdc9f..aea59aa67d 100644 --- a/peripherals/sensors/tsl4531/Kconfig +++ b/peripherals/sensors/tsl4531/Kconfig @@ -6,6 +6,11 @@ menuconfig PKG_USING_TSL4531 if PKG_USING_TSL4531 + config PKG_TSL4531_USING_SENSOR_V1 + bool "Enable sensor_v1 divce framework" + select RT_USING_SENSOR + default y + config PKG_TSL4531_PATH string default "/packages/peripherals/sensors/tsl4531"