fdcavalcanti commented on code in PR #16838: URL: https://github.com/apache/nuttx/pull/16838#discussion_r2276328978
########## drivers/sensors/Kconfig: ########## @@ -2146,4 +2146,70 @@ config SENSORS_FS3000_THREAD_STACKSIZE endif # SENSORS_FS3000 +config SENSORS_TMP112 + bool "Texas Instruments TMP112x Temperature Sensor support" + default n + select I2C + ---help--- + Enable driver support for the Texas Instruments TMP112x temperature sensor. + +if SENSORS_TMP112 + +config TMP112_I2C_BUS Review Comment: I suggest you keep I2C bus number to dealt with by board logic. -- 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