You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
613 B

3 years ago
  1. menu "Bus Options"
  2. menu "I2C Bus Options"
  3. config I2C_BUS_DYNAMIC_CONFIG
  4. bool "enable dynamic configuration"
  5. default y
  6. help
  7. If enable, i2c_bus will dynamically check configs and re-install i2c driver before each transfer,
  8. hence multiple devices with different configs on a single bus can be supported.
  9. config I2C_MS_TO_WAIT
  10. int "mutex block time"
  11. default 200
  12. range 50 5000
  13. help
  14. task block time when try to take the bus, unit:milliseconds
  15. endmenu
  16. endmenu