robertalexa2000 commented on code in PR #7466: URL: https://github.com/apache/incubator-nuttx/pull/7466#discussion_r1008804951
########## drivers/sensors/Kconfig: ########## @@ -1145,4 +1145,21 @@ config HDC1008_DEBUG Enables debug features for the HDC1008 endif # SENSORS_HDC1008 + +config SENSORS_LTR308 + bool "LTR308 Lite-On ambient light sensor" + default n + select I2C + ---help--- + Enable driver support for the LTR308 Lite-on ambient light sensor. + +if SENSORS_LTR308 + +config LTR308_I2C_FREQUENCY Review Comment: @pkarashchenko I've tagged you in another comment regarding the i2c address -- 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