Kconfig 322 B

123456789101112131415
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see the file kconfig-language.txt in the NuttX tools repository.
  4. #
  5. if 1WIRE
  6. config 1WIRE_DS28E17
  7. bool "DS28E17 1-wire to I2C converter"
  8. default n
  9. depends on I2C
  10. ---help---
  11. Enable support for the Maxim DS28E17 1-wire to I2C converter
  12. endif # 1WIRE