NicholasChin commented on issue #270: Small I2C fixups
URL: https://github.com/apache/incubator-nuttx/pull/270#issuecomment-585863095
 
 
   @patacongo ARCH_HAVE_I2CRESET is a hidden option, yes. The options that I 
were referring to are visible options.
   
   Currently these options show up nested under "Device Drivers" when they 
should nest under "I2C Driver Support":
   1) I2C_SLAVE
   2) I2C_POLLED
   3) I2C_RESET
   4) I2C_TRACE
   5) I2C_DRIVER.
   
   The Kconfig must look like this:
   
   ```
   menuconfig I2C
   ...
   
   if I2C
   // nested options
   endif
   
   config ARCH_HAVE_I2CRESET
   ```
   
   For Kconfig to nest these options properly. This is what my commit changes.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to