linguini1 commented on code in PR #15789: URL: https://github.com/apache/nuttx/pull/15789#discussion_r1947853910
########## drivers/sensors/Kconfig: ########## @@ -793,6 +793,27 @@ config LSM6DSL_I2C_FREQUENCY range 1 400000 depends on SENSORS_LSM6DSL +config SENSORS_LSM6DSO32 + bool "LSM6DSO32 support" + default n + select I2C + ---help--- + Enable driver support for the STMicro LSM6DSO32 IMU. + +config SENSORS_LSM6DSO32_I2C_FREQUENCY + int "LSM6DSO32 frequency" + default 400000 + range 1 400000 Review Comment: The LSM6DSO32 only supports bus speeds up to 400000. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org